log.js 145 Bytes Raw Blame History Permalink 1 2 3 4 module.exports = (message) => { // Logging human-readable timestamp. console.log(`[${new Date().toTimeString().slice(0, 8)}] ${message}`); }