parent
f1a1b922c7
commit
c2eb68a31a
@ -4,9 +4,6 @@ const LRU = require('lru-cache')
|
|||||||
const Fuse = require('fuse-native')
|
const Fuse = require('fuse-native')
|
||||||
const { VhdSynthetic } = require('vhd-lib')
|
const { VhdSynthetic } = require('vhd-lib')
|
||||||
const { Disposable, fromCallback } = require('promise-toolbox')
|
const { Disposable, fromCallback } = require('promise-toolbox')
|
||||||
const { createLogger } = require('@xen-orchestra/log')
|
|
||||||
|
|
||||||
const { warn } = createLogger('vates:fuse-vhd')
|
|
||||||
|
|
||||||
// build a s stat object from https://github.com/fuse-friends/fuse-native/blob/master/test/fixtures/stat.js
|
// build a s stat object from https://github.com/fuse-friends/fuse-native/blob/master/test/fixtures/stat.js
|
||||||
const stat = st => ({
|
const stat = st => ({
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
"node": ">=10.0"
|
"node": ">=10.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xen-orchestra/log": "^0.3.0",
|
|
||||||
"fuse-native": "^2.2.6",
|
"fuse-native": "^2.2.6",
|
||||||
"lru-cache": "^7.14.0",
|
"lru-cache": "^7.14.0",
|
||||||
"promise-toolbox": "^0.21.0",
|
"promise-toolbox": "^0.21.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user