Skip to content

Commit 67bc0b5

Browse files
author
angelozerr
committed
1 parent 929303f commit 67bc0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse/tern.eclipse.ide.server.nodejs.core/src/tern/eclipse/ide/server/nodejs/core/debugger/launchConfigurations/AbstractNodejsCliFileLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private static File getNodeInstallPath(ILaunchConfiguration configuration)
6969
throws NodejsCliFileConfigException, CoreException {
7070
String nodeInstall = configuration.getAttribute(INodejsCliFileLaunchConfigurationConstants.ATTR_NODE_INSTALL,
7171
(String) null);
72-
String nodePath = configuration.getAttribute(INodejsCliFileLaunchConfigurationConstants.ATTR_NODE_INSTALL,
72+
String nodePath = configuration.getAttribute(INodejsCliFileLaunchConfigurationConstants.ATTR_NODE_PATH,
7373
(String) null);
7474
return NodejsCliFileHelper.getNodeInstallPath(nodeInstall, nodePath);
7575
}

0 commit comments

Comments
 (0)