Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke committed Jan 28, 2025
1 parent 1f38912 commit 65ae4ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static Launcher create() {
val base = FileManager.forPath("build");
val fileManager = base.createRelative("fileManager");
val configs = new ConfigService(fileManager);
configs.refresh();
val in = new CommandLine();
LoggingService loggingService = new LoggingService();
val hmc = new HeadlessMcImpl(configs, in, new ExitManager(), loggingService);
Expand Down

0 comments on commit 65ae4ae

Please sign in to comment.