We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd75a45 commit ed9c215Copy full SHA for ed9c215
lib/github/tree.js
@@ -42,7 +42,7 @@ export default class GitHubTree {
42
`Cannot find WPT for "${path}". Please check the WPT name.`,
43
this.cli.SPINNER_STATUS.FAILED
44
);
45
- process.exit();
+ throw new Error('Cannot find last commit');
46
}
47
return targetHistoryNodes[0].oid;
48
0 commit comments