We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae50bd4 commit fd05e79Copy full SHA for fd05e79
analysis/src/Packages.ml
@@ -20,7 +20,7 @@ let newBsPackage ~rootPath =
20
| Some raw -> (
21
let config = Json.parse raw in
22
Log.log {|📣 📣 NEW BSB PACKAGE 📣 📣|};
23
- Log.log ("- location: " ^ rootPath);
+ Log.log ("location: " ^ rootPath);
24
let libBs = BuildSystem.getLibBs rootPath in
25
match FindFiles.findDependencyFiles rootPath config with
26
| None -> None
0 commit comments