Skip to content

Commit

Permalink
Fix windows check
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Sep 3, 2024
1 parent dd8bded commit 4c24db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/julialauncher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use itertools::Itertools;
use juliaup::config_file::{load_config_db, JuliaupConfig, JuliaupConfigChannel};
use juliaup::global_paths::get_paths;
use juliaup::jsonstructs_versionsdb::JuliaupVersionDB;
#[cfg(not(windows))]
use juliaup::utils::is_valid_julia_path;
use juliaup::versions_file::load_versions_db;
#[cfg(not(windows))]
Expand Down

0 comments on commit 4c24db7

Please sign in to comment.