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 => {
|
||||
const state = event.state;
|
||||
switch (state) {
|
||||
case 'error':
|
||||
case 'failure':
|
||||
const commit = event.commit;
|
||||
const parent = commit.parents[0];
|
||||
|
Loading…
Reference in New Issue
Block a user