Fixing exportation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-09-08 18:46:09 -05:00
parent d7da993cd0
commit 1a198b9380
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ TiddlyWiki >> exportSTONTiddlersFile [
prettyPrint: true;
keepNewLines: true;
nextPut: self.
^ MarkupFile exportAsFileOn: stonFile containing:self
^ MarkupFile exportAsFileOn: stonFile containing:output contents
]
{ #category : 'accessing' }