mirror of https://github.com/xwiki-labs/cryptpad
reformat a console.log
This commit is contained in:
parent
1166bd7e74
commit
28387f8c90
|
@ -14,7 +14,7 @@
|
|||
|
||||
module.exports.create = function(conf, cb){
|
||||
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=[],
|
||||
index=0;
|
||||
|
|
Loading…
Reference in New Issue