Skip to content

Commit

Permalink
🐛 Fixed a bug where downloading esbuild return incorrectly.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleigh-dot-dev committed Jul 20, 2024
1 parent eba7543 commit e796256
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lustre_dev_tools/esbuild.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ pub fn download(os: String, cpu: String) -> Cli(Nil) {
cli.return(Nil)
}
}

cli.return(Nil)
}

pub fn bundle(input_file: String, output_file: String, minify: Bool) -> Cli(Nil) {
Expand Down

0 comments on commit e796256

Please sign in to comment.