Skip to content

Commit

Permalink
fix: another windows error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Mar 11, 2024
1 parent d290280 commit 8645c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions influxdb3/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ enum Command {
}

fn main() -> Result<(), std::io::Error> {
#[cfg(unix)]
install_crash_handler(); // attempt to render a useful stacktrace to stderr

// load all environment variables from .env before doing anything
Expand Down

0 comments on commit 8645c66

Please sign in to comment.