mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
typo
This commit is contained in:
parent
70c329957d
commit
62c13b4c3f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ require("ep_etherpad-lite/node_modules/npm").load({}, function(er,npm) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
process.stdout.write("\n");
|
process.stdout.write("\n");
|
||||||
process.stdout.wirte("done. waiting for db to finish transaction. depended on dbms this may take some time...\n");
|
process.stdout.write("done. waiting for db to finish transaction. depended on dbms this may take some time...\n");
|
||||||
|
|
||||||
db.doShutdown(function() {
|
db.doShutdown(function() {
|
||||||
log("finished, imported " + keyNo + " keys.");
|
log("finished, imported " + keyNo + " keys.");
|
||||||
|
|
Loading…
Reference in a new issue