Skip to content

The example from readme fails on Pharo 14 with a message Instance of OSEnvironment did not understand #defaultEncoding #88

@lsafina

Description

@lsafina

The example from readme fails on Pharo 14 with a message Instance of OSEnvironment did not understand #defaultEncoding

OSSUnixSubprocess new
	command: '/bin/ls';
	arguments: #('-la' '/Users');
	redirectStdout;
	runAndWaitOnExitDo: [ :process :outString  |
		outString inspect
	].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions