typo
This commit is contained in:
parent
70c329957d
commit
62c13b4c3f
|
@ -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 New Issue