Currently if the parser finds a problem, it crashes the controller:
e.g:
/app/extension-lib/parser.js:32
let values = capturedLine.split(",")[1].split(":")[1].split("|");
^
TypeError: Cannot read property 'split' of undefined
at Parser.processLines (/app/extension-lib/parser.js:32:56)
at /app/lib/commandUtil.js:60:37
at ChildProcess. (/app/lib/commandUtil.js:45:13)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)