Skip to content

Commit

Permalink
Update MoreEvents.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Aug 17, 2023
1 parent 87da5bc commit 47ebf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/Lily/MoreEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
return;
}
}

const waiting = util.stackFrame.startedThreads
.some(thread => runtime.threads.indexOf(thread) !== -1);
if (waiting) {
Expand Down Expand Up @@ -509,7 +509,7 @@
util.stackFrame.startedThreads.forEach(thread => thread.receivedData = data);
}
}

const waiting = util.stackFrame.startedThreads
.some(thread => runtime.threads.indexOf(thread) !== -1);
if (waiting) {
Expand Down

0 comments on commit 47ebf54

Please sign in to comment.