mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-05 04:37:46 +02:00
checkImport(): a minor fix in returned message
This commit is contained in:
@@ -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