Skip to content

Commit 85c8910

Browse files
committed
Comment corrected
1 parent faf1bb1 commit 85c8910

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

APLSource/Cider/OpenProject.aplf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
⍝ In case `batch` is 1 things are different, however: in that case an error is thrown for all essential parts of
99
⍝ the operation. That includes loading any dependencies but excludes non-essential stuff like a Git status report.\\
1010
⍝ The final message is "Project successfully [opened|imported and established in ... [with problems]". The
11-
⍝ optional "with problems" part as added only when something like loading dependencies, or executing the package's
11+
⍝ optional "with problems" part as added only when something like loading dependencies, or executing the projects's
1212
⍝ `lx` expression successfuly went wrong.
1313
successFlag←FAILURE
1414
∆LOG←'' ⍝ This is used to collect all messages
@@ -89,11 +89,6 @@
8989
res Assert 0
9090
:EndIf
9191
:EndIf
92-
⍝ --- Change of strategy: "watch is now handled like any other parameter: ---
93-
⍝ Only reported when it is not set to the default.
94-
⍝ (1 parms.batch)p 'watch'ReportLinkSettings linkOptions ⍝ Exclude "watch"
95-
⍝ 1 p parms.batch ReportWatch res ⍝ Always
96-
⍝ ---------------------------------------------------------------------------
9792
(1 parms.batch)p ReportLinkSettings linkOptions
9893
:If 0=parms.noPkgLoad
9994
loadDependencies←1

0 commit comments

Comments
 (0)