Commit 01c178a5 by Иван Кубота

fix

parent 62ef7a7f
Pipeline #552 canceled with stage
......@@ -65,7 +65,7 @@ const parseArgs = function(req, res, opts) {
return args;
};
var fs = require('fs');
var logStream = fs.createWriteStream("/var/log/kus-quizard.txt", {flags:'a'});
function getDate(date){
if(date instanceof Date) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment