Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / scripts / js / log.js
1 module.exports = (message) => {
2   // Logging human-readable timestamp.
3   console.log(`[${new Date().toTimeString().slice(0, 8)}] ${message}`);
4 }