Resolve VEH memo, app id and set version.

This commit is contained in:
Patrick Fic
2025-04-25 09:20:19 -07:00
parent 8445e40ebf
commit ea0b899ea6
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ const DecodeVeh = async (
`Could not find any VEH files at ${extensionlessFilePath}`,
);
}
dbf = await DBFFile.open(filePath);
dbf = await DBFFile.open(filePath, { readMode: "loose" });
} catch (error) {
log.error("Error opening VEH File.", errorTypeCheck(error));
throw error;