Commit b9889d4
authored
Fix bug where setting svdAddrGapThreshold to 0 in launch.json caused … (#38)
* Fix bug where setting svdAddrGapThreshold to 0 in launch.json caused the default gap of 16 to be used instead. Check "thresh == undefined" instead of "!thresh".
* Use strict equality in thresh comparison1 parent ece8189 commit b9889d4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
0 commit comments