Checking prerequisites for NanoID generation.
This commit is contained in:
parent
c838289aea
commit
dcea4b6ec3
@ -25,7 +25,7 @@ NanoID class >> binaryFile [
|
|||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
NanoID class >> generate [
|
NanoID class >> generate [
|
||||||
|
self binaryFile exists ifFalse: [ NanoID install].
|
||||||
OSSUnixSubprocess new
|
OSSUnixSubprocess new
|
||||||
command: self binaryFile fullName;
|
command: self binaryFile fullName;
|
||||||
redirectStdout;
|
redirectStdout;
|
||||||
|
Loading…
Reference in New Issue
Block a user