File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ const EasyCoder_Json = {
467
467
return {
468
468
type : `constant` ,
469
469
numeric : true ,
470
- content : array . length
470
+ content : array ? array . length : 0
471
471
} ;
472
472
case `keys` :
473
473
symbolRecord = program . getSymbolRecord ( value . name ) ;
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ const EasyCoder_Json = {
467
467
return {
468
468
type : `constant` ,
469
469
numeric : true ,
470
- content : array . length
470
+ content : array ? array . length : 0
471
471
} ;
472
472
case `keys` :
473
473
symbolRecord = program . getSymbolRecord ( value . name ) ;
Original file line number Diff line number Diff line change 13
13
rest get ECPayload from `/resources/fragment/ec.txt`
14
14
rest get Codex from `/resources/fragment/codex.txt`
15
15
16
+ load showdown
16
17
on DecoratorCallback go to Decorate
17
18
on message
18
19
begin
You can’t perform that action at this time.
0 commit comments