Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jan 4, 2019
1 parent 544f4d9 commit e678358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tools/alva-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async function main(cli) {
cwd: projectPath,
stdio: 'inherit'
});
}
}

process.on('unhandledRejection', (_, error) => {
Expand Down

1 comment on commit e678358

@marionebl
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.