We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e3ff2 commit 9d3a2c0Copy full SHA for 9d3a2c0
1 file changed
src/hot.dev.js
@@ -23,7 +23,8 @@ const chargeFailbackTimer = id =>
23
logException({
24
toString: () => error,
25
})
26
- }, 0)
+ // 100 ms more "code" tolerant that 0, and would catch error in any case
27
+ }, 100)
28
29
const clearFailbackTimer = timerId => clearTimeout(timerId)
30
0 commit comments