checkImport(): a minor fix in returned message
This commit is contained in:
+1
-1
@@ -3454,7 +3454,7 @@
|
|||||||
return "Required board properties are empty.";
|
return "Required board properties are empty.";
|
||||||
|
|
||||||
if (foo.format != NB.blobVersion)
|
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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user