Skip to content

Commit 5c91165

Browse files
[Fix] Debugger
1 parent 12860dd commit 5c91165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger/debugger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Sk.Debugger.prototype.resume = function (resolve, reject) {
353353
var promise = this.suspension_handler(this.get_active_suspension());
354354
var self = this;
355355
promise.then(function (value) {
356-
debuggerLog('suspension handler val', value, value.onFinished);
356+
debuggerLog('suspension handler val', value);
357357
if (value && value.data && value.data.promise) {
358358
// If waiting for input, wait that it has resolved too before continuing.
359359
value.data.promise.then((inputValue) => {

0 commit comments

Comments
 (0)