fix(core): update
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user