mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
Document can-ignore
module.require annotation (#455)
* Document `can-ignore` module.require annotation This annotation was introduced in: 1872d1f Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com> * Trigger CI build
This commit is contained in:
parent
a27e246cc9
commit
6c936a5192
@ -24,7 +24,10 @@ const os = require('os');
|
|||||||
const isWindows = os.platform() === 'win32';
|
const isWindows = os.platform() === 'win32';
|
||||||
|
|
||||||
if (isWindows) {
|
if (isWindows) {
|
||||||
|
|
||||||
|
// The `can-ignore` annotation is EncloseJS (http://enclosejs.com) specific.
|
||||||
var removedrive = Bluebird.promisifyAll(require('removedrive', 'can-ignore'));
|
var removedrive = Bluebird.promisifyAll(require('removedrive', 'can-ignore'));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user