mirror of
https://github.com/actions/stale.git
synced 2025-12-10 12:07:09 +00:00
Resolve conflicts
This commit is contained in:
@@ -557,10 +557,7 @@ export class IssuesProcessor {
|
||||
(issue: Readonly<OctokitIssue>): Issue => new Issue(this.options, issue)
|
||||
);
|
||||
} catch (error) {
|
||||
const rethrow = Error(
|
||||
`Getting issues was blocked by the error: ${error.message}`
|
||||
);
|
||||
throw error;
|
||||
throw Error(`Getting issues was blocked by the error: ${error.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user