Files
bun-src/test/cli/hot/hot-runner-imported.js
T

5 lines
195 B
JavaScript
Raw 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`);