Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI Bug: open browser in CLI block start process
f user default browser is Chrome or Chromium, then cli will use better-opn to open browser, but this command may facing error and not been captured, then it will block the whole start process. Solution: add await to betterOpn in order to catch error in betterOpn, otherwise it will be a unhandled promise error.
- Loading branch information