Fix bug
This commit is contained in:
parent
b17d65a3fd
commit
f15f4e0bcb
|
@ -33,6 +33,7 @@ module.exports = async (app: express.Application) => {
|
||||||
handler.on('status', event => {
|
handler.on('status', event => {
|
||||||
const state = event.state;
|
const state = event.state;
|
||||||
switch (state) {
|
switch (state) {
|
||||||
|
case 'error':
|
||||||
case 'failure':
|
case 'failure':
|
||||||
const commit = event.commit;
|
const commit = event.commit;
|
||||||
const parent = commit.parents[0];
|
const parent = commit.parents[0];
|
||||||
|
|
Loading…
Reference in New Issue