Skip to content

Commit 5fc1649

Browse files
committed
chore: update
1 parent ce2f407 commit 5fc1649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-dts/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function getFileLoc(
5050
return `${color.cyan(diagnostic.file.fileName)}:${color.yellow(line + 1)}:${color.yellow(character + 1)}`;
5151
}
5252

53-
return `${color.cyan(configPath)}:`;
53+
return `${color.cyan(configPath)}`;
5454
}
5555

5656
export const prettyTime = (seconds: number): string => {

0 commit comments

Comments
 (0)