mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
fix #1373 ignore_watch consistency
This commit is contained in:
parent
4c7189e42a
commit
2ea41ef329
@ -10,7 +10,7 @@
|
||||
"script" : "child.js",
|
||||
"cwd" : "examples",
|
||||
"node_args" : "--harmony",
|
||||
"ignoreWatch" : ["[\\/\\\\]\\./", "log"],
|
||||
"ignore_watch" : ["[\\/\\\\]\\./", "log"],
|
||||
"watch" : true
|
||||
}]
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@ describe('JSON validation tests', function() {
|
||||
"script" : "chidld.js",
|
||||
"cwd" : "examadsples",
|
||||
"node_args" : "--harmoasdny",
|
||||
"ignoreWatch" : ["[\\/\\\\]\\./", "log"],
|
||||
"ignore_watch" : ["[\\/\\\\]\\./", "log"],
|
||||
"watch" : "true"
|
||||
});
|
||||
|
||||
@ -42,7 +42,7 @@ describe('JSON validation tests', function() {
|
||||
"cwd" : "examples",
|
||||
"node_args" : "--harmony",
|
||||
"max_memory_restart" : "10M",
|
||||
"ignoreWatch" : ["[\\/\\\\]\\./", "log"],
|
||||
"ignore_watch" : ["[\\/\\\\]\\./", "log"],
|
||||
"watch" : true,
|
||||
"node_args" : ["hey","hay"],
|
||||
"env" : {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user