mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 22:26:18 +02:00
callback with argument error in async.series instead
This commit is contained in:
parent
7719117e1e
commit
683c9dfb7c
@ -1636,7 +1636,7 @@ function composePadChangesets(padId, startNum, endNum, callback)
|
||||
}
|
||||
} catch(e){
|
||||
console.warn("failed to compose cs in pad:",padId);
|
||||
return;
|
||||
return callback(e);
|
||||
}
|
||||
|
||||
callback(null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user