Commit d23ef75
authored
fix(debugger): allow snapshotsPerSecond to be a float (#7041)
In case `snapshotsPerSecond` is ever a float, make sure that it can
safely be converted to a BigInt.
This is mostly useful in testing, but it's good to safe-guard against in
practise so BigInt doesn't throw an exception.1 parent bc60861 commit d23ef75
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments