Skip to content

Commit

Permalink
chore: log error to figure out the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 13, 2020
1 parent ab61987 commit b72003d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ async function main() {
}

} catch (e) {
console.error(e.toString())
setFailed(e)
}
}
Expand Down

0 comments on commit b72003d

Please sign in to comment.