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 @@ -3052,7 +3052,7 @@ const EasyCoder_Core = {
3052
3052
content = JSON . parse ( propertyContent ) ;
3053
3053
content = content [ property ] ;
3054
3054
} catch ( err ) {
3055
- program . runtimeError ( program [ program . pc ] . lino , `Can't parse ' ${ propertyContent } ' : ${ err . message } ` ) ;
3055
+ program . runtimeError ( program [ program . pc ] . lino , `${ err . message } : ${ propertyContent } ` ) ;
3056
3056
}
3057
3057
if ( content == undefined ) {
3058
3058
content = `` ;
Original file line number Diff line number Diff line change @@ -3052,7 +3052,7 @@ const EasyCoder_Core = {
3052
3052
content = JSON . parse ( propertyContent ) ;
3053
3053
content = content [ property ] ;
3054
3054
} catch ( err ) {
3055
- program . runtimeError ( program [ program . pc ] . lino , `Can't parse ' ${ propertyContent } ' : ${ err . message } ` ) ;
3055
+ program . runtimeError ( program [ program . pc ] . lino , `${ err . message } : ${ propertyContent } ` ) ;
3056
3056
}
3057
3057
if ( content == undefined ) {
3058
3058
content = `` ;
You can’t perform that action at this time.
0 commit comments