mirror of
https://github.com/balena-io/etcher.git
synced 2025-11-10 18:59:27 +00:00
Annotation for EncloseJS to ignore missing dependency
This commit is contained in:
@@ -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'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user