File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3050,10 +3050,10 @@ const EasyCoder_Core = {
3050
3050
} else if ( [ `{` , `]` ] . includes ( propertyContent . charAt ( 0 ) ) ) {
3051
3051
try {
3052
3052
content = JSON . parse ( propertyContent ) ;
3053
+ content = content [ property ] ;
3053
3054
} catch ( err ) {
3054
3055
program . runtimeError ( program [ program . pc ] . lino , `Can't parse '${ propertyContent } ': ${ err . message } ` ) ;
3055
3056
}
3056
- content = content [ property ] ;
3057
3057
if ( content == undefined ) {
3058
3058
content = `` ;
3059
3059
}
Original file line number Diff line number Diff line change @@ -3050,10 +3050,10 @@ const EasyCoder_Core = {
3050
3050
} else if ( [ `{` , `]` ] . includes ( propertyContent . charAt ( 0 ) ) ) {
3051
3051
try {
3052
3052
content = JSON . parse ( propertyContent ) ;
3053
+ content = content [ property ] ;
3053
3054
} catch ( err ) {
3054
3055
program . runtimeError ( program [ program . pc ] . lino , `Can't parse '${ propertyContent } ': ${ err . message } ` ) ;
3055
3056
}
3056
- content = content [ property ] ;
3057
3057
if ( content == undefined ) {
3058
3058
content = `` ;
3059
3059
}
You can’t perform that action at this time.
0 commit comments