Skip to content

Commit

Permalink
Update src/import.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Capt <[email protected]>
  • Loading branch information
tripodsan and kptdobe authored Sep 28, 2023
1 parent 0e13592 commit 41c5197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function up() {
.withBindAddr(argv.addr)
// only open browser window when executable is `aem`
// this prevents the window to be opened during integration tests
.withOpen(path.basename(argv.$0) === 'hlx' || path.basename(argv.$0) === 'aem' ? argv.open : false)
.withOpen(path.basename(argv.$0) === 'aem' ? argv.open : false)
.withTLS(argv.tlsKey, argv.tlsCert)
.withKill(argv.stopOther)
.withCache(argv.cache)
Expand Down

0 comments on commit 41c5197

Please sign in to comment.