Skip to content

Commit

Permalink
remove stack_utils attempt at normalizing wsp
Browse files Browse the repository at this point in the history
  • Loading branch information
cacieprins committed Dec 19, 2024
1 parent b8cfc70 commit 0300676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/src/cypress/stack_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const stackWithContentAppended = (err, stack: string = '') => {
const normalizedContent = normalizeStackIndentation(appendToStack.content)
const content = $utils.indent(normalizedContent, 2)

return `${stack.trimEnd()}\n\n\n${appendToStack.title}:\n${content}`
return `${stack}\n\n${appendToStack.title}:\n${content}`
}

const stackWithLinesRemoved = (stack, cb) => {
Expand Down

0 comments on commit 0300676

Please sign in to comment.