Update javascript.zig

This commit is contained in:
Jarred Sumner
2022-04-06 06:14:36 -07:00
parent ac06ce2160
commit da3f131185

View File

@@ -620,7 +620,7 @@ pub const VirtualMachine = struct {
while (true) {
this.tickConcurrent();
this.global.vm().doWork();
// this.global.vm().doWork();
while (this.tickWithCount() > 0) {}