Debugging Brew functionaity.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-08-22 17:37:42 -05:00
parent 1ab0fccff0
commit 25b91645e3

View File

@ -56,7 +56,7 @@ Nimble class >> installed [
^ (GtSubprocessWithInMemoryOutput new
shellCommand: 'nimble list --installed';
runAndWait;
stdout)
stdout) lines
]
{ #category : #accessing }