improved output for importSqlFile

This commit is contained in:
CeBe 2013-03-06 22:38:18 +01:00
parent 76fbc29607
commit f2b173f566

View file

@ -34,7 +34,7 @@ require("ep_etherpad-lite/node_modules/npm").load({}, function(er,npm) {
db.db.set(key, value, null); db.db.set(key, value, null);
keyNo++; keyNo++;
if (keyNo % 1000 == 0) { if (keyNo % 1000 == 0) {
process.stdout.write(" " + keyNo + "/" + count); process.stdout.write(" " + keyNo + "/" + count + "\n");
} }
} }
}); });