fix(bun): import setTimeout/setInterval from "node:timers" for .unref() to correctly work
This commit is contained in:
parent
db656c2310
commit
543b7f6f77
4 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { setInterval } from 'node:timers';
|
||||
import { black, blueBright, bold, cyan, dim, faint, gray, green, red, redBright, yellow, yellowBright } from 'ansis';
|
||||
import logUpdate from 'log-update';
|
||||
import elegantSpinner from 'elegant-spinner';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue