We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd70c05 commit bb8641bCopy full SHA for bb8641b
packages/connect/e2e/run.ts
@@ -25,7 +25,7 @@ const getEmulatorOptions = (availableFirmwares: Firmwares) => {
25
: 'T2T1';
26
const latest = getLatestFirmware(model);
27
28
- if (!latest) {
+ if (firmwareArg?.endsWith('-latest') && !latest) {
29
// should never happen
30
throw new Error('could not translate n-latest into specific firmware version');
31
}
0 commit comments