You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repository/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/instance/runningNetldiReportOn..st
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ runningNetldiReportOn: stream
8
8
stream
9
9
nextPutAll:'Running Netldis:';
10
10
cr.
11
-
result :=selfrunShellCommand: (self gemstoneBin /'gslist') pathString args:#('-lc').
11
+
result :=selfrunShellCommand: (self gemstoneBin /'gslist') pathString args:#('-lc')noError:true.
12
12
(result beginsWith:'gslist[Info]: No GemStone servers')
Copy file name to clipboardExpand all lines: repository/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/instance/runningStoneReportOn..st
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ runningStoneReportOn: stream
8
8
stream
9
9
nextPutAll:'Running Stones:';
10
10
cr.
11
-
result :=selfrunShellCommand: (self gemstoneBin /'gslist') pathString args:#('-lc').
11
+
result :=selfrunShellCommand: (self gemstoneBin /'gslist') pathString args:#('-lc')noError:true.
12
12
(result beginsWith:'gslist[Info]: No GemStone servers')
0 commit comments