Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
let echo;
try {
echo = require('@electron-ci/echo');
} catch {
process.exit(1);
}
process.exit(echo(0));