mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
5 lines
No EOL
197 B
CoffeeScript
5 lines
No EOL
197 B
CoffeeScript
info = (username, message) ->
|
|
timestamp = new Date().toISOString().replace(/T/, ' ').replace(/\..+/, '')
|
|
console.log "[#{timestamp}] ---> [#{username}] #{message}"
|
|
|
|
exports.info = info |