mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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';
|
||||
|
||||
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