Skip to content

Commit 16f2c56

Browse files
committed
Bugfix
1 parent 33a1813 commit 16f2c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/easycoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ const EasyCoder_Core = {
11621162
const exporterRecord = EasyCoder.scripts[target.exporter].getSymbolRecord(target.exportedName);
11631163
exporterRecord.value[exporterRecord.index] = target.value;
11641164
}
1165-
return true;
1165+
return command.pc + 1;
11661166
}
11671167
},
11681168

js/easycoder/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ const EasyCoder_Core = {
11621162
const exporterRecord = EasyCoder.scripts[target.exporter].getSymbolRecord(target.exportedName);
11631163
exporterRecord.value[exporterRecord.index] = target.value;
11641164
}
1165-
return true;
1165+
return command.pc + 1;
11661166
}
11671167
},
11681168

0 commit comments

Comments
 (0)