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 ce2f407 commit 5fc1649Copy full SHA for 5fc1649
packages/plugin-dts/src/utils.ts
@@ -50,7 +50,7 @@ export function getFileLoc(
50
return `${color.cyan(diagnostic.file.fileName)}:${color.yellow(line + 1)}:${color.yellow(character + 1)}`;
51
}
52
53
- return `${color.cyan(configPath)}:`;
+ return `${color.cyan(configPath)}`;
54
55
56
export const prettyTime = (seconds: number): string => {
0 commit comments