mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-14 19:32:45 +00:00
chore: improves logging
This commit is contained in:
@@ -59,7 +59,7 @@ export default class GitHubStream extends GitHubBase implements SourceBase {
|
||||
}
|
||||
console.error(error);
|
||||
}
|
||||
throw new AnonymousError("file_not_accessible");
|
||||
throw new AnonymousError("file_not_accessible", file);
|
||||
}
|
||||
|
||||
async getFiles() {
|
||||
|
||||
Reference in New Issue
Block a user