mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Update javascript.zig
This commit is contained in:
@@ -620,7 +620,7 @@ pub const VirtualMachine = struct {
|
||||
while (true) {
|
||||
this.tickConcurrent();
|
||||
|
||||
this.global.vm().doWork();
|
||||
// this.global.vm().doWork();
|
||||
|
||||
while (this.tickWithCount() > 0) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user