Skip to content

Commit

Permalink
feat: add smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
umpox committed Mar 21, 2022
1 parent 8567bd6 commit 122465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-functionality/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const handler = async () => {
await start()
} catch (e) {
console.error(e)
process.exit(e?.exitCode || 1)
process.exit(e.exitCode || 1)
}
}

Expand Down

0 comments on commit 122465a

Please sign in to comment.