This commit is contained in:
Girish Ramakrishnan
2019-10-03 15:25:52 -07:00
parent 9cd025972c
commit 0c904af927
+1 -1
View File
@@ -47,7 +47,7 @@ function initialize(callback) {
}
// Main process starts here
debug(`Staring task ${taskId}`);
debug(`Starting task ${taskId}`);
initialize(function (error) {
if (error) return process.exit(50);