Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
ezyang committed May 19, 2024
1 parent 7f0f19c commit c699d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn main() -> anyhow::Result<()> {
}

if !cli.no_browser {
opener::open(out_path.join("index.html"))?;
opener::open(out_path.join("index.html"))?;
}
Ok(())
}

0 comments on commit c699d1e

Please sign in to comment.