Skip to content

Commit 7b425d7

Browse files
committed
Bug fix regarding developing while running a user command
1 parent bf5d56f commit 7b425d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APLSource/CompareFiles/Init.aplf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
:AndIf 0=⎕SE.CompareFiles.⎕NC'DEVELOPMENT'
2525
:If 0<⎕NC'parms'
2626
:AndIf ~parms.batch
27-
:AndIf 1 C.YesOrNo'Set DEVELOPMENT←1 in ⎕SE.CompareFiles? (Allows executing user command code in # rather than ⎕SE)'
27+
:AndIf 1 CommTools.YesOrNo'Set DEVELOPMENT←1 in ⎕SE.CompareFiles? (Allows executing user command code in # rather than ⎕SE)'
2828
⎕SE.CompareFiles.DEVELOPMENT←1
2929
:EndIf
3030
:EndIf

0 commit comments

Comments
 (0)