mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
resolve conflict
This commit is contained in:
commit
96520a3f31
13 changed files with 458 additions and 394 deletions
|
@ -50,10 +50,10 @@ exports.init = async function () {
|
|||
|
||||
after(async function () {
|
||||
webaccess.authnFailureDelayMs = backups.authnFailureDelayMs;
|
||||
await server.stop();
|
||||
// Note: This does not unset settings that were added.
|
||||
Object.assign(settings, backups.settings);
|
||||
log4js.setGlobalLogLevel(logLevel);
|
||||
await server.exit();
|
||||
});
|
||||
|
||||
return exports.agent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue