We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e899cb commit 2c5fb90Copy full SHA for 2c5fb90
packages/dd-trace/src/debugger/devtools_client/state.js
@@ -88,7 +88,7 @@ module.exports = {
88
}
89
90
91
- return maxMatchLength > -1 ? bestMatch : null
+ return maxMatchLength !== -1 ? bestMatch : null
92
},
93
94
getStackFromCallFrames (callFrames) {
0 commit comments