We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff7472 commit 4157f15Copy full SHA for 4157f15
src/commands/fix/git.mts
@@ -104,7 +104,7 @@ export function createSocketBranchParser(
104
): SocketBranchParser {
105
const pattern = getSocketBranchPattern(options)
106
return function parse(branch: string): SocketBranchParseResult | null {
107
- debugFn('pattern', pattern)
+ debugFn('pattern', pattern.toString())
108
const match = pattern.exec(branch)
109
if (!match) {
110
return null
0 commit comments