Skip to content

Commit

Permalink
error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent e443bfb commit a1c0a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkwpp-parser/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ document.getElementById("readInput").addEventListener("click", async function()
if (keywords.length > 4) {
skipToNextSubmission = true;
currentSubmission.skip = true;
currentSubmission.err = true;
currentSubmission.errString = "Cannot parse date";
};
for (let keyword of keywords.slice(1, keywords.length)) {
let kw = keyword.replace(/,/g, "");
Expand Down

0 comments on commit a1c0a07

Please sign in to comment.