Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit cab47b5

Browse files
committed
fix: don't make configFilePath absolute twice, fixes #220
1 parent 59aaa73 commit cab47b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/instance.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,6 @@ export function readConfigFile(baseDir: string, query: QueryOptions, tsImpl: typ
339339
configFilePath
340340
);
341341

342-
configFilePath = path.join(process.cwd(), configFilePath);
343-
344342
return {
345343
configFilePath,
346344
compilerConfig,

0 commit comments

Comments
 (0)