checkImport(): a minor fix in returned message

This commit is contained in:
GF 2022-08-06 18:41:04 +10:00
parent 46525687c4
commit 7355e0300b

View File

@ -3454,7 +3454,7 @@
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;
}