We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5635612 commit 186ec7bCopy full SHA for 186ec7b
packages/vite-plugin-checker/src/logger.ts
@@ -104,7 +104,7 @@ export function diagnosticToTerminalLog(
104
105
const levelLabel = labelMap[d.level ?? DiagnosticLevel.Error]
106
const fileLabel = boldBlack.bgCyanBright(' FILE ') + ' '
107
- const filePath = "file://" + d.id
+ const filePath = 'file://' + d.id
108
const position = d.loc
109
? chalk.yellow(d.loc.start.line) + ':' + chalk.yellow(d.loc.start.column)
110
: ''
0 commit comments