NUEVA BUSQUEDA DE DATOS SRI
This commit is contained in:
6
node_modules/nodemon/lib/nodemon.js
generated
vendored
6
node_modules/nodemon/lib/nodemon.js
generated
vendored
@@ -39,7 +39,9 @@ function nodemon(settings) {
|
||||
}
|
||||
|
||||
if (settings.help) {
|
||||
process.stdout._handle.setBlocking(true); // nodejs/node#6456
|
||||
if (process.stdout.isTTY) {
|
||||
process.stdout._handle.setBlocking(true); // nodejs/node#6456
|
||||
}
|
||||
console.log(help(settings.help));
|
||||
if (!config.required) {
|
||||
process.exit(0);
|
||||
@@ -180,7 +182,7 @@ function nodemon(settings) {
|
||||
}).filter(Boolean).join(' ');
|
||||
if (ignoring) utils.log.detail('ignoring: ' + ignoring);
|
||||
|
||||
utils.log.info('watching dir(s): ' + config.options.monitor.map(function (rule) {
|
||||
utils.log.info('watching path(s): ' + config.options.monitor.map(function (rule) {
|
||||
if (rule.slice(0, 1) !== '!') {
|
||||
try {
|
||||
rule = path.relative(process.cwd(), rule);
|
||||
|
||||
Reference in New Issue
Block a user