Skip to content

Commit

Permalink
Add log for loading a schematic source
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Apr 28, 2024
1 parent 0c08109 commit 1e7c219
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public void reload() {

path = path.replace("\\", "/");

logger.info("Loading Schematics from " + path);

var load = source.isRelative() ? Paths.get(root, path) : Paths.get(path);
loadSchematics(load, source);
}
Expand Down

0 comments on commit 1e7c219

Please sign in to comment.