Annotation for EncloseJS to ignore missing dependency (#454)

This commit is contained in:
Igor Klopov 2016-06-07 21:52:51 +03:00 committed by Juan Cruz Viotti
parent 11fb499344
commit a27e246cc9

View File

@ -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'));
}
/**