Skip to content

Commit

Permalink
Update FrameworkType.java
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Sep 8, 2023
1 parent 7d99a3b commit 13ceb84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public static DetectedFramework detectFramework(LaunchModeBuildItem launchMode,
// check if we found a script to detect which framework
final FrameworkType frameworkType = evaluate(startScript.getString());
if (frameworkType == null) {
LOG.trace("Quinoa could not auto-detect the framework from package.json file.");
LOG.info("Quinoa could not auto-detect the framework from package.json file.");
return new DetectedFramework();
}

Expand Down

0 comments on commit 13ceb84

Please sign in to comment.