Compare commits

...

1 Commits

Author SHA1 Message Date
webzwo0i 06046493bf if abiword immediately exists stdoutCallback is not defined yet 2017-04-01 18:07:10 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ else
abiword.on('exit', function (code) abiword.on('exit', function (code)
{ {
spawnAbiword(); 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 //delegate the processing of stdout to a other function