mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Fix typo in comment
This commit is contained in:
parent
bdebfaf823
commit
178bdbd81b
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ const handlePromise = (primitiveReportedValue, sequencer, thread, blockCached, l
|
||||||
// Promise handlers
|
// Promise handlers
|
||||||
primitiveReportedValue.then(resolvedValue => {
|
primitiveReportedValue.then(resolvedValue => {
|
||||||
handleReport(resolvedValue, sequencer, thread, blockCached, lastOperation);
|
handleReport(resolvedValue, sequencer, thread, blockCached, lastOperation);
|
||||||
// If its a command block or a top level reporter in a stackClick.
|
// If it's a command block or a top level reporter in a stackClick.
|
||||||
if (lastOperation) {
|
if (lastOperation) {
|
||||||
let stackFrame;
|
let stackFrame;
|
||||||
let nextBlockId;
|
let nextBlockId;
|
||||||
|
|
Loading…
Reference in a new issue