mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added gulp, and started using the file being built by gulp. Fixed some issues with remote control changing. Implemented clients being able to change password
This commit is contained in:
9
server/node_modules/gulp-util/lib/log.js
generated
vendored
Normal file
9
server/node_modules/gulp-util/lib/log.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var chalk = require('chalk');
|
||||
var dateformat = require('dateformat');
|
||||
|
||||
module.exports = function(){
|
||||
var time = '['+chalk.grey(dateformat(new Date(), 'HH:MM:ss'))+']';
|
||||
process.stdout.write(time + ' ');
|
||||
console.log.apply(console, arguments);
|
||||
return this;
|
||||
};
|
||||
Reference in New Issue
Block a user