Skip to content

Commit a789f05

Browse files
committed
debug
1 parent a2254f8 commit a789f05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

resources/ecs/codex.ecs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
script Codex
44

5-
div Body
5+
div Body
66
div Screen
77
div CodePanel
88
div NonCodePanel
@@ -41,7 +41,7 @@
4141
a Link
4242
a Index
4343
module TestModule
44-
module DocManModule
44+
module DocManModule
4545
callback DecoratorCallback
4646
variable Password
4747
variable PasswordRequested
@@ -948,6 +948,7 @@ StopTestModule:
948948
return
949949

950950
GetPassword:
951+
print `ReadOnly = ` cat ReadOnly
951952
if ReadOnly
952953
begin
953954
clear PasswordValid
@@ -983,4 +984,4 @@ GetPassword:
983984

984985
SetPasswordValid:
985986
set PasswordValid
986-
return
987+
return

0 commit comments

Comments
 (0)