mirror of
https://github.com/apankrat/nullboard.git
synced 2025-01-16 20:28:19 +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.";
|
||||
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user