Fixing command error in export JSON optimized.
This commit is contained in:
parent
23619899c5
commit
60944f57bd
@ -163,9 +163,9 @@ TiddlyWiki >> exportJSONFileOptimized [
|
||||
exporter exists ifFalse: [ self installJsonExporter].
|
||||
"Ejecutar el exportador de JSON con OSSubprocess."
|
||||
OSSUnixSubprocess new
|
||||
command: 'fossil';
|
||||
command: exporter fullName;
|
||||
arguments: {};
|
||||
workingDirectory: wikiFolder;
|
||||
workingDirectory: wikiFolder fullName;
|
||||
redirectStdout;
|
||||
redirectStderr;
|
||||
runAndWaitOnExitDo: [ :process :outString | ^ outString ]
|
||||
|
Loading…
Reference in New Issue
Block a user