We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ba047 commit 148a4c6Copy full SHA for 148a4c6
1 file changed
src/source.ts
@@ -29,7 +29,7 @@ async function findTsNodeLocation() {
29
// just ignore and move on
30
}
31
32
- testLocation = dirname(importLocation);
+ testLocation = dirname(testLocation);
33
if (testLocation === "/") {
34
throw new Error("ts-node executable not found");
35
0 commit comments