Skip to content

Commit

Permalink
Update updateForks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Jan 12, 2024
1 parent 2b64aed commit 5a34522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/updateForks.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async function doIt() {
console.log(` ${name}`);
}
if (repoFailed.length) {
RadioNodeList( 'error: some updates failed')
raise( 'error: some updates failed')
}
return 'done';
}
Expand All @@ -149,4 +149,4 @@ console.log(`process.env.OWN_GITHUB_TOKEN = ${(process.env.OWN_GITHUB_TOKEN ||

doIt()
.then(result => console.log(result))
.catch(e => { console.log(e); reRaise(e) });
.catch(e => { console.log(e); raise(e) });

0 comments on commit 5a34522

Please sign in to comment.