Checking prerequisites for NanoID generation.
This commit is contained in:
parent
c838289aea
commit
dcea4b6ec3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user