Remove comment
This commit is contained in:
parent
6b684bfd48
commit
c5b433ac79
1 changed files with 0 additions and 1 deletions
1
mod.ts
1
mod.ts
|
@ -49,7 +49,6 @@ async function openBrowser(args: Args): Promise<void> {
|
|||
try {
|
||||
const url = `http://${args.host}:${args.port}`
|
||||
console.log(`Opening ${url} in web browser...`)
|
||||
// TODO: this won't work on NixOS for the time being I expect
|
||||
await open(url)
|
||||
} catch (err) {
|
||||
console.error(`Failed to open browser: ${err}`)
|
||||
|
|
Loading…
Reference in a new issue