mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-07 10:45:24 -05:00
Add GITADORA HIGH-VOLTAGE support with bugfixes.
This commit is contained in:
1
gitadora@asphyxia/data/mdb/hv.b64
Normal file
1
gitadora@asphyxia/data/mdb/hv.b64
Normal file
File diff suppressed because one or more lines are too long
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user