if abiword immediately exists stdoutCallback is not defined yet
parent
ed029b599e
commit
06046493bf
|
@ -91,7 +91,7 @@ else
|
|||
abiword.on('exit', function (code)
|
||||
{
|
||||
spawnAbiword();
|
||||
stdoutCallback("Abiword died with exit code " + code);
|
||||
console.error("Abiword died with exit code " + code);
|
||||
});
|
||||
|
||||
//delegate the processing of stdout to a other function
|
||||
|
|
Loading…
Reference in New Issue