mirror of
https://github.com/apankrat/nullboard.git
synced 2025-01-17 04:38:27 +01:00
checkImport(): a minor fix in returned message
This commit is contained in:
parent
46525687c4
commit
7355e0300b
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user