Skip to content

Commit b493bf8

Browse files
committed
log
1 parent 9f4fb10 commit b493bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow-server/src/main/java/com/vaadin/flow/server/frontend/NodeResolver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ private ActiveNodeInstallation tryUseGlobalNode() {
147147
String nodeCommand = FrontendUtils.isWindows() ? "node.exe" : "node";
148148
File nodeExecutable = frontendToolsLocator.tryLocateTool(nodeCommand)
149149
.orElse(null);
150+
log.info("Located global node {}", nodeExecutable);
150151

151152
if (nodeExecutable == null) {
152153
return null;

0 commit comments

Comments
 (0)