Annotation for EncloseJS to ignore missing dependency

This commit is contained in:
igorklopov
2016-06-07 16:50:55 +03:00
parent 052bb00be9
commit 1872d1f65d

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