Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
netalondon committed Feb 26, 2024
1 parent 605869a commit 350f763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/src/vm/os/sys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class SysLib {
if (this.cancelWait) {
return;
}

waited += delta;

if (waited >= ms) {
Expand Down

0 comments on commit 350f763

Please sign in to comment.