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].
|
exporter exists ifFalse: [ self installJsonExporter].
|
||||||
"Ejecutar el exportador de JSON con OSSubprocess."
|
"Ejecutar el exportador de JSON con OSSubprocess."
|
||||||
OSSUnixSubprocess new
|
OSSUnixSubprocess new
|
||||||
command: 'fossil';
|
command: exporter fullName;
|
||||||
arguments: {};
|
arguments: {};
|
||||||
workingDirectory: wikiFolder;
|
workingDirectory: wikiFolder fullName;
|
||||||
redirectStdout;
|
redirectStdout;
|
||||||
redirectStderr;
|
redirectStderr;
|
||||||
runAndWaitOnExitDo: [ :process :outString | ^ outString ]
|
runAndWaitOnExitDo: [ :process :outString | ^ outString ]
|
||||||
|
Loading…
Reference in New Issue
Block a user