mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-08 20:34:50 +02:00
Set up CI with ESLint linter and Mocha test runner (#661)
This commit is contained in:
@@ -106,7 +106,7 @@ export default class GitHubStream extends GitHubBase {
|
||||
span.setAttribute("file", file.anonymizedPath);
|
||||
try {
|
||||
try {
|
||||
file.filePath;
|
||||
void file.filePath;
|
||||
} catch (_) {
|
||||
// compute the original path if ambiguous
|
||||
await file.originalPath();
|
||||
|
||||
Reference in New Issue
Block a user