Checking prerequisites for NanoID generation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-07-25 19:01:51 -05:00
parent c838289aea
commit dcea4b6ec3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ NanoID class >> binaryFile [
{ #category : #accessing }
NanoID class >> generate [
self binaryFile exists ifFalse: [ NanoID install].
OSSUnixSubprocess new
command: self binaryFile fullName;
redirectStdout;