Fixing export JSON file optimized.
This commit is contained in:
parent
af24c8094c
commit
5caea6c43b
@ -161,14 +161,11 @@ TiddlyWiki >> exportJSONFileOptimized [
|
||||
wikiFolder := self file parent.
|
||||
exporter := wikiFolder / 'scripts' / 'exportJsonFile'.
|
||||
exporter exists ifFalse: [ self installJsonExporter].
|
||||
"Ejecutar el exportador de JSON con OSSubprocess."
|
||||
|
||||
OSSUnixSubprocess new
|
||||
command: exporter fullName;
|
||||
arguments: {};
|
||||
workingDirectory: exporter parent fullName;
|
||||
redirectStdout;
|
||||
redirectStderr;
|
||||
runAndWaitOnExitDo: [ :process :outString | ^ outString ]
|
||||
runAndWaitOnExitDo: [ :process :outString | ^ process ]
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
|
Loading…
Reference in New Issue
Block a user