Skip to content

Commit

Permalink
Update boda-bulkcmparser to 2.2.5 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala authored Oct 26, 2019
1 parent d4180b3 commit 5ef253b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background/tems.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ async function loadXMLFile(fileName){ //@TODO: Confirm file is XML
async function loadTEMSFile(fileName, clearTables){
const fileFormat = await getFileFormat(fileName);

if(fileFormat === null) throw new Error("Unknow TEMS file format.");
if(fileFormat === null) throw new Error("Unknown TEMS file format.");

if(clearTables){

Expand Down
Binary file modified libraries/boda-bulkcmparser.jar
Binary file not shown.

0 comments on commit 5ef253b

Please sign in to comment.