mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
Annotation for EncloseJS to ignore missing dependency (#454)
This commit is contained in:
parent
11fb499344
commit
a27e246cc9
@ -24,7 +24,7 @@ const os = require('os');
|
|||||||
const isWindows = os.platform() === 'win32';
|
const isWindows = os.platform() === 'win32';
|
||||||
|
|
||||||
if (isWindows) {
|
if (isWindows) {
|
||||||
var removedrive = Bluebird.promisifyAll(require('removedrive'));
|
var removedrive = Bluebird.promisifyAll(require('removedrive', 'can-ignore'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user