Skip to content

Commit

Permalink
Revert accidential change of branch name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Aug 7, 2024
1 parent 59dda95 commit f83d282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwindcss-language-server/src/util/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function toString(err: any, includeStack: boolean = true): string {
}
}

// https://github.com/vscode-langservers/vscode-json-languageserver/blob/main/src/utils/runner.ts
// https://github.com/vscode-langservers/vscode-json-languageserver/blob/master/src/utils/runner.ts
export function formatError(message: string, err: any, includeStack: boolean = true): string {
if (err) {
return `${message}: ${toString(err, includeStack)}`
Expand Down

0 comments on commit f83d282

Please sign in to comment.