Preparing multiplaform support

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-10-10 14:35:47 -05:00
parent b679e231ec
commit 356d50b5b9
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ Markdown >> locateYAMLMetadataClosing [
{ #category : #accessing }
Markdown >> metadata [
self exportMetadataAsJson.
^ NeoJSONReader fromString: FileLocator temp / 'metadata.json' contents.
^ NeoJSONReader fromString: self exportMetadataAsJson.
]
{ #category : #utilities }