From 3abad8bdcbf80b164a7d055c773753f8824a4302 Mon Sep 17 00:00:00 2001 From: ph-nsx <68228398+ph-nsx@users.noreply.github.com> Date: Fri, 15 Jul 2022 21:26:01 +0200 Subject: [PATCH] Wrapped path of outputFile in fixPath --- lib/wrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wrapper.js b/lib/wrapper.js index 49500a8..96b876a 100644 --- a/lib/wrapper.js +++ b/lib/wrapper.js @@ -112,7 +112,7 @@ class RMLMapperWrapper { const rmlStr = await this._setSourcesInRMLRules(rml, sourceDirPrefix, sources); await fs.writeFile(mappingFile, rmlStr); - const outputFile = path.join(processDir, "output." + serialization); + const outputFile = this._fixPath(path.join(processDir, "output." + serialization)); const metadataFile = this._fixPath(path.join(processDir, "metadata." + serialization)); if (fno) {