fix(core): update
This commit is contained in:
parent
547692ac62
commit
cede6c7539
@ -154,7 +154,8 @@ export class Directory {
|
||||
|
||||
public async fastGet(pathArg: string) {
|
||||
const path = plugins.path.join(this.getBasePath(), pathArg);
|
||||
await this.bucketRef.fastGet(path);
|
||||
const result = await this.bucketRef.fastGet(path);
|
||||
return result;
|
||||
}
|
||||
|
||||
public async fastRemove(pathArg: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user