Files

5 lines
195 B
JavaScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
globalThis.importedCounter ??= 0;
// See hot-runner.js for explanation of console.write vs console.log
console.write(`[${Date.now()}] [#!imported] Reloaded: ${++globalThis.importedCounter}\n`);