Skip to content

Commit

Permalink
fix(asapScheduler): scheduled property always greater than 1
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Apr 26, 2018
1 parent 22b5ca3 commit d7f2210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/util/Immediate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let nextHandle = 0;
let nextHandle = 1;

const tasksByHandle: { [handle: string]: () => void } = {};

Expand Down

0 comments on commit d7f2210

Please sign in to comment.