mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
5 lines
195 B
JavaScript
5 lines
195 B
JavaScript
globalThis.importedCounter ??= 0;
|
|
|
|
// See hot-runner.js for explanation of console.write vs console.log
|
|
console.write(`[${Date.now()}] [#!imported] Reloaded: ${++globalThis.importedCounter}\n`);
|