Skip to content

Commit f04ecbb

Browse files
committed
fixup! patch github reporter
1 parent 25ddcb2 commit f04ecbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/github_reporter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19319,7 +19319,7 @@ function getFilePath(fileName) {
1931919319
return getRelativeFilePath(fileURLToPath(fileName));
1932019320
}
1932119321
if (!path.isAbsolute(fileName)) {
19322-
return getRelativeFilePath(require.resolve(fileName) ?? "");
19322+
return getRelativeFilePath(path.resolve(fileName) ?? "");
1932319323
}
1932419324
return getRelativeFilePath(fileName);
1932519325
}

0 commit comments

Comments
 (0)