Skip to content

Commit

Permalink
Fix windows check
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Oct 5, 2024
1 parent ace3398 commit abe98f7
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 @@ -5,6 +5,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 abe98f7

Please sign in to comment.