drupal 10 theme for island voices
 
 
 
 

4 lines
146 B

module.exports = (message) => {
// Logging human-readable timestamp.
console.log(`[${new Date().toTimeString().slice(0, 8)}] ${message}`);
};