Skip to content

Commit

Permalink
Merge pull request #61 from gf-mse/cosmetic
Browse files Browse the repository at this point in the history
checkImport(): a minor fix in returned message
  • Loading branch information
apankrat authored Aug 10, 2022
2 parents 4652568 + 7355e03 commit 8568cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nullboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -3454,7 +3454,7 @@ <h3>Auto-backup</h3>
return "Required board properties are empty.";

if (foo.format != NB.blobVersion)
return `Unsupported blob format "${board.format}", expecting "${NB.blobVersion}".`;
return `Unsupported blob format "${foo.format}", expecting "${NB.blobVersion}".`;

return null;
}
Expand Down

0 comments on commit 8568cda

Please sign in to comment.