Skip to content

Commit

Permalink
Debug differing paths on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
milesziemer committed Jun 12, 2024
1 parent 6852584 commit f3e29b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ public void changingFileWithArrayDependenciesWithDependencies() {
.collect(Collectors.joining(System.lineSeparator()));
Logger logger = Logger.getLogger(getClass().getName());
logger.severe("Not found uri: " + uri);
logger.severe("Not found path: " + UriAdapter.toPath(uri));
logger.severe("PATHS: " + smithyFilesPaths);
logger.severe("URIS: " + smithyFilesUris);
}
Expand Down

0 comments on commit f3e29b6

Please sign in to comment.