Initial Drupal 11 with DDEV setup
This commit is contained in:
4
web/core/scripts/js/log.js
Normal file
4
web/core/scripts/js/log.js
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = (message) => {
|
||||
// Logging human-readable timestamp.
|
||||
console.log(`[${new Date().toTimeString().slice(0, 8)}] ${message}`);
|
||||
}
|
||||
Reference in New Issue
Block a user