Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkal committed Jul 29, 2020
1 parent dee6aa6 commit a690504
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions brigade.ts
Expand Up @@ -74,18 +74,11 @@ async function checkRequested([e]: msg) {
end.env.CHECK_TEXT = r.toString()
return end.run()
} catch (err) {
// In this case, we mark the ending failed.
console.error('typeof err:', typeof err)
console.error(err)
end.env.CHECK_CONCLUSION = 'failure'
end.env.CHECK_SUMMARY = 'Build failed'
end.env.CHECK_TEXT = `Error: ${err}`.replace('Error: Error:', 'Error:')
return end.run()
}
}

events.on('after', async () => {
console.log('After fired')
})

init(import.meta)

0 comments on commit a690504

Please sign in to comment.