Skip to content

Commit d5723d1

Browse files
committed
LOG
1 parent 85b567d commit d5723d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/imports/path.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const moduleFromPath = function ({
2020
}): string {
2121
if (!path.startsWith(projectDirectory)) {
2222
if (path === "<input>") {
23+
console.log(process);
2324
// Hack for our tests to have some value
2425
if (process.env._?.endsWith("/.bin/ava")) return "";
2526
throw Error(

0 commit comments

Comments
 (0)