mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
typo
This commit is contained in:
parent
f21638fcd6
commit
d48b2741eb
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export class AceBase extends AceBaseBase {
|
|||
await (this.api.storage as AceBaseStorage).repairNode(path, options);
|
||||
}
|
||||
else if (!(this.api.storage as any).repairNode) {
|
||||
throw new Error(`fixNode is not supported with chosen storage engine`);
|
||||
throw new Error(`repairNode is not supported with chosen storage engine`);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue