Skip to content

Commit fdeca4c

Browse files
committed
feat: add openFile and closeFile
1 parent 846b0e1 commit fdeca4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

@xen-orchestra/fs/src/azure.js

+6
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@ export default class AzureHandler extends RemoteHandlerAbstract {
277277
}
278278
}
279279

280+
async _openFile(path, flags) {
281+
return path
282+
}
283+
284+
async _closeFile(fd) {}
285+
280286
async _rmtree(path) {
281287
const iter = this.#containerClient.listBlobsFlat({ prefix: this.#makePrefix(path) })
282288
await asyncEach(

0 commit comments

Comments
 (0)