mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
if abiword immediately exists stdoutCallback is not defined yet
This commit is contained in:
parent
ed029b599e
commit
06046493bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue