From ad10c61ba2746782597313d659154de2ab10840e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Tue, 31 Jul 2018 12:03:06 +0200 Subject: [PATCH] silent one flow type --- src/helpers/deviceAccess.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/deviceAccess.js b/src/helpers/deviceAccess.js index f6903462..21e97c48 100644 --- a/src/helpers/deviceAccess.js +++ b/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, )