mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
Abiword: Reduce log spam
This commit is contained in:
parent
259ee4a987
commit
f015f59cfc
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ if (os.type().indexOf('Windows') > -1) {
|
||||||
abiword.stdin.write(`convert ${task.srcFile} ${task.destFile} ${task.type}\n`);
|
abiword.stdin.write(`convert ${task.srcFile} ${task.destFile} ${task.type}\n`);
|
||||||
stdoutCallback = (err) => {
|
stdoutCallback = (err) => {
|
||||||
callback();
|
callback();
|
||||||
console.log('queue continue');
|
|
||||||
try {
|
try {
|
||||||
task.callback(err);
|
task.callback(err);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue