Skip to content

Commit 576e579

Browse files
deepyJocce-Nilsson
andcommitted
Add missing result to NodeTask
Co-authored-by: Joachim Nilsson <jnilsson@gradle.com>
1 parent 1ea8bf8 commit 576e579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/gradle/node/task/NodeTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ abstract class NodeTask : BaseTask() {
9595
NodeExecConfiguration(command, environment.get(), workingDir.asFile.orNull,
9696
ignoreExitValue.get(), execOverrides.orNull)
9797
val nodeExecRunner = NodeExecRunner()
98-
nodeExecRunner.execute(projectHelper, extension, nodeExecConfiguration, variantComputer)
98+
result = nodeExecRunner.execute(projectHelper, extension, nodeExecConfiguration, variantComputer)
9999
}
100100
}

0 commit comments

Comments
 (0)