PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
gulp-cli
/
lib
/
shared
'use strict'; // Fix stdout truncation on windows function exit(code) { /* istanbul ignore next */ if (process.platform === 'win32' && process.stdout.bufferSize) { process.stdout.once('drain', function() { process.exit(code); }); return; } process.exit(code); } module.exports = exit;
[-] completion.js
[edit]
[+]
..
[+]
log
[-] cli-options.js
[edit]
[-] tildify.js
[edit]
[-] exit.js
[edit]
[+]
config
[-] register-exports.js
[edit]
[-] ansi.js
[edit]
[-] verify-dependencies.js
[edit]
[-] get-blacklist.js
[edit]
[-] make-title.js
[edit]