reformat a console.log

pull/1/head
ansuz 9 years ago
parent 1166bd7e74
commit 28387f8c90

@ -14,7 +14,7 @@
module.exports.create = function(conf, cb){ module.exports.create = function(conf, cb){
console.log("Loading amnesiadb. This is a horrible idea in production,"+ console.log("Loading amnesiadb. This is a horrible idea in production,"+
"as data *will not* persist\n"); " as data *will not* persist\n");
var db=[], var db=[],
index=0; index=0;

Loading…
Cancel
Save