You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
` at ${startLine!==undefined? `start: ${startLine}` : 'start'} to ${endLine!==undefined ? `end: ${endLine}` : 'end'}` : '';
240
+
constlineRange=startLine||endLine ?
241
+
` at ${startLine ? `start: ${startLine}` : 'start'} to ${endLine ? `end: ${endLine}` : 'end'}` : '';
243
242
return{
244
243
success: false,
245
244
error: `No sufficiently similar match found${lineRange} (${Math.floor(bestMatchScore*100)}% similar, needs ${Math.floor(this.fuzzyThreshold*100)}%)${debugInfo}`
0 commit comments