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 @@ -1186,7 +1186,7 @@ const EasyCoder_Core = {
1186
1186
run : program => {
1187
1187
const command = program [ program . pc ] ;
1188
1188
const value = program . getFormattedValue ( command . value ) ;
1189
- console . log ( `-> ` + value ) ;
1189
+ console . log ( `( ${ program . script } : ${ command . lino } ): ` + value ) ;
1190
1190
return command . pc + 1 ;
1191
1191
}
1192
1192
} ,
Original file line number Diff line number Diff line change @@ -1186,7 +1186,7 @@ const EasyCoder_Core = {
1186
1186
run : program => {
1187
1187
const command = program [ program . pc ] ;
1188
1188
const value = program . getFormattedValue ( command . value ) ;
1189
- console . log ( `-> ` + value ) ;
1189
+ console . log ( `( ${ program . script } : ${ command . lino } ): ` + value ) ;
1190
1190
return command . pc + 1 ;
1191
1191
}
1192
1192
} ,
You can’t perform that action at this time.
0 commit comments