NUEVA BUSQUEDA DE DATOS SRI
This commit is contained in:
2
node_modules/nodemon/lib/monitor/watch.js
generated
vendored
2
node_modules/nodemon/lib/monitor/watch.js
generated
vendored
@@ -177,7 +177,7 @@ function filterAndRestart(files) {
|
||||
|
||||
// if there's no matches, then test to see if the changed file is the
|
||||
// running script, if so, let's allow a restart
|
||||
if (config.options.execOptions.script) {
|
||||
if (config.options.execOptions && config.options.execOptions.script) {
|
||||
const script = path.resolve(config.options.execOptions.script);
|
||||
if (matched.result.length === 0 && script) {
|
||||
const length = script.length;
|
||||
|
||||
Reference in New Issue
Block a user