mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* T * Update Debug Adapter Protocol * Update JSC and V8 debugger protocols * Update inspector-frontend * Fix empty keys not being printed in `console.log` * Add `bun --inspect` tests and fix edge cases * bun install --exact
4 lines
53 B
JavaScript
4 lines
53 B
JavaScript
console.log("Hello");
|
|
|
|
setTimeout(() => {}, 30_000);
|