Skip to content

Commit a6bb189

Browse files
[Fix] Success log
1 parent 5c91165 commit a6bb189

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

debugger/debugger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Sk.Debugger.prototype.pop_suspension_stack = function () {
396396
};
397397

398398
Sk.Debugger.prototype.success = function (r, resolve, reject) {
399-
debuggerLog('success', r, resolve, [...this.suspension_stack], {finished: r.onFinished});
399+
debuggerLog('success', r, resolve, [...this.suspension_stack]);
400400

401401
if (r instanceof Sk.misceval.Suspension) {
402402
debuggerLog('success suspension', this.output_callback);

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@france-ioi/skulpt",
3-
"version": "1.3.11",
3+
"version": "1.3.13",
44
"description": "Skulpt is a Javascript implementation of Python 2.x. Python that runs in your browser!",
55
"keywords": [
66
"skulpt"
@@ -80,5 +80,6 @@
8080
},
8181
"publishConfig": {
8282
"registry": "https://npm.pkg.github.com"
83-
}
83+
},
84+
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
8485
}

0 commit comments

Comments
 (0)