Skip to content

Commit f032e89

Browse files
committed
Revert "Restore templateString in the tests"
This reverts commit 114c7d5.
1 parent 114c7d5 commit f032e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/fixtures/npx-env/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ task env(type: NpxTask) {
2121
task pwd(type: NpxTask) {
2222
dependsOn npmInstall
2323
command = "jseval"
24-
args = ["console.log(`workingDirectory='\${process.cwd()}'`);"]
24+
args = ["""console.log(["workingDirectory='", process.cwd(), "'"].join(''));"""]
2525
outputs.upToDateWhen {
2626
true
2727
}

0 commit comments

Comments
 (0)