Fix typo in comment

This commit is contained in:
picklesrus 2018-12-18 11:01:53 -05:00 committed by GitHub
parent bdebfaf823
commit 178bdbd81b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ const handlePromise = (primitiveReportedValue, sequencer, thread, blockCached, l
// Promise handlers
primitiveReportedValue.then(resolvedValue => {
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) {
let stackFrame;
let nextBlockId;