Skip to content

Commit 25d636d

Browse files
Update packages/plugin-typescript/src/lib/runner/utils.ts
Co-authored-by: Matěj Chalk <[email protected]>
1 parent 8a63794 commit 25d636d

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-typescript/src/lib/runner

1 file changed

+1
-1
lines changed

packages/plugin-typescript/src/lib/runner/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function loadTargetConfig(tsConfigPath: string) {
101101

102102
if (error) {
103103
throw new Error(
104-
`Error reading TypeScript config file: \n${error.messageText}`,
104+
`Error reading TypeScript config file at ${tsConfigPath}:\n${error.messageText}`,
105105
);
106106
}
107107

0 commit comments

Comments
 (0)