Moved from amazon mail to caliban
This commit is contained in:
parent
1dcc753561
commit
a85064d7a4
2751
package-lock.json
generated
2751
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,6 @@
|
||||
"jsonfile": "^4.0.0",
|
||||
"lodash": "^4.17.4",
|
||||
"log4js": "^2.3.10",
|
||||
"memwatch-next": "^0.3.0",
|
||||
"node-cron": "^1.2.1",
|
||||
"node-localstorage": "^1.3.0",
|
||||
"pug": "^2.0.4",
|
||||
|
@ -26,11 +26,11 @@ const quotes = require('./lib/quotes');
|
||||
// var db_name = 'silvrgit';
|
||||
// var dbCloudant = nano.use(db_name);
|
||||
|
||||
const memwatch = require('memwatch-next');
|
||||
/*const memwatch = require('memwatch-next');
|
||||
|
||||
memwatch.on('leak', (info) => {
|
||||
console.error('Memory leak detected:\n', info);
|
||||
});
|
||||
});*/
|
||||
|
||||
/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user