... |
... |
@@ -6,7 +6,7 @@ let configFile = process.cwd() + "/config.json"; |
6
|
6 |
|
7
|
7 |
if (!fs.existsSync(configFile)) { |
8
|
8 |
console.trace('Config file not found. Terminating'); |
9
|
|
- setImmedate(function() { |
|
9 |
+ setImmediate(function() { |
10
|
10 |
process.exit(1); |
11
|
11 |
}); |
12
|
12 |
} |