mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-12 15:56:16 +02:00
Abiword: Reduce log spam
This commit is contained in:
parent
259ee4a987
commit
f015f59cfc
@ -81,7 +81,6 @@ if (os.type().indexOf('Windows') > -1) {
|
||||
abiword.stdin.write(`convert ${task.srcFile} ${task.destFile} ${task.type}\n`);
|
||||
stdoutCallback = (err) => {
|
||||
callback();
|
||||
console.log('queue continue');
|
||||
try {
|
||||
task.callback(err);
|
||||
} catch (e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user