Add GITADORA HIGH-VOLTAGE support with bugfixes.

This commit is contained in:
marika
2023-05-02 03:57:10 -03:00
parent 87f6ba2abb
commit a628fc437a
6 changed files with 54 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -42,7 +42,7 @@ export async function readMDBFile(path: string, processHandler?: processRawDataH
processHandler = processHandler ?? defaultProcessRawXmlData
result = await processHandler(path)
// Uncomment to save the loaded XML file as JSON.
// await IO.WriteFile(path.replace(".xml", ".json"), JSON.stringify(data))
// await IO.WriteFile(path.replace(".xml", ".json"), JSON.stringify(result))
break;
case '.b64':
const buff = await IO.ReadFile(path, 'utf-8');