File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1154,9 +1154,9 @@ const EasyCoder_Core = {
1154
1154
}
1155
1155
target . value = program . dataStack . pop ( ) ;
1156
1156
target . value [ target . index ] = {
1157
- type : value . type ,
1158
- numeric : value . numeric ,
1159
- content : value . content
1157
+ type : target . value . type ,
1158
+ numeric : target . value . numeric ,
1159
+ content : target . value . content
1160
1160
} ;
1161
1161
if ( target . imported ) {
1162
1162
const exporterRecord = EasyCoder . scripts [ target . exporter ] . getSymbolRecord ( target . exportedName ) ;
Original file line number Diff line number Diff line change @@ -1154,9 +1154,9 @@ const EasyCoder_Core = {
1154
1154
}
1155
1155
target . value = program . dataStack . pop ( ) ;
1156
1156
target . value [ target . index ] = {
1157
- type : value . type ,
1158
- numeric : value . numeric ,
1159
- content : value . content
1157
+ type : target . value . type ,
1158
+ numeric : target . value . numeric ,
1159
+ content : target . value . content
1160
1160
} ;
1161
1161
if ( target . imported ) {
1162
1162
const exporterRecord = EasyCoder . scripts [ target . exporter ] . getSymbolRecord ( target . exportedName ) ;
You can’t perform that action at this time.
0 commit comments