File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments