Browse Source

silent one flow type

master
Gaëtan Renaudeau 7 years ago
parent
commit
ad10c61ba2
  1. 1
      src/helpers/deviceAccess.js

1
src/helpers/deviceAccess.js

@ -40,6 +40,7 @@ export const withDevice: WithDevice = devicePath => job => {
busy = true
refreshBusyUIState()
try {
// $FlowFixMe not sure what's wrong
const t = await retry(() => TransportNodeHid.open(devicePath), { maxRetry: 1 }).catch(
mapError,
)

Loading…
Cancel
Save