Commit 8bba86cacd3e49fac8e07558637788c889ccfd6c

Authored by Adhidarma Hadiwinoto
1 parent 5c741dc642
Exists in master

stack trace

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -321,6 +321,7 @@ function getTaskKey(task, chipInfo) {
321 321 }
322 322 catch(e) {
323 323 logger.warn('Something wrong', {task: task});
  324 + console.trace('Cekidot');
324 325 process.exit(1);
325 326 }
326 327