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 464a7c3 commit 1a3faddCopy full SHA for 1a3fadd
dist/easycoder.js
@@ -4322,7 +4322,7 @@ const EasyCoder_Browser = {
4322
}
4323
const command = program[program.pc];
4324
let state = program.getValue(command.state);
4325
- if (state != ``) {
+ if (state == ``) {
4326
state = `{"script":"${program.script}"}`;
4327
4328
let title = program.getValue(command.title);
js/easycoder/Browser.js
@@ -941,7 +941,7 @@ const EasyCoder_Browser = {
941
942
943
944
945
946
947
0 commit comments