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