Skip to content

Commit

Permalink
Update lib/github/tree.js
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
jazelly and aduh95 authored Sep 20, 2024
1 parent cd75a45 commit ed9c215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class GitHubTree {
`Cannot find WPT for "${path}". Please check the WPT name.`,
this.cli.SPINNER_STATUS.FAILED
);
process.exit();
throw new Error('Cannot find last commit');
}
return targetHistoryNodes[0].oid;
}
Expand Down

0 comments on commit ed9c215

Please sign in to comment.