From a27e246cc908cd9c6b146c926904645b124ff78d Mon Sep 17 00:00:00 2001 From: Igor Klopov Date: Tue, 7 Jun 2016 21:52:51 +0300 Subject: [PATCH] Annotation for EncloseJS to ignore missing dependency (#454) --- lib/cli/writer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/writer.js b/lib/cli/writer.js index bbfd5293..0ff2c01d 100644 --- a/lib/cli/writer.js +++ b/lib/cli/writer.js @@ -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')); } /**