We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec850a0 commit 27a892bCopy full SHA for 27a892b
js/index.js
@@ -93,9 +93,7 @@ async function changeContext(ctx) {
93
// Module.pause();
94
// Execution.playing = false;
95
// Elements.playButton.innerHTML = "Continue";
96
- let status = Module.getStatus();
97
- Execution.processStatus(status);
98
- if (status != 0 && Module.lockSimulator(100)) {
+ if (Module.lockSimulator(100)) {
99
updateStdOut(Execution.ctx);
100
updateStdErr(Execution.ctx);
101
// RegisterUtils.update(Execution.ctx);
0 commit comments