add moment to logger.js

This commit is contained in:
tb-killa
2018-08-08 08:33:53 +02:00
committed by Koenkk
parent c2cd02e790
commit 427c99cd83
+1
View File
@@ -1,4 +1,5 @@
const winston = require('winston');
const moment = require('moment');
const data = require('./data');
const settings = require('./settings');
const path = require('path');