Skip to content

Commit 114c7d5

Browse files
committed
Restore templateString in the tests
This did work when I tested it in docker and the solution I'm restoring didn't
1 parent 3a220c9 commit 114c7d5

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(), "'"].join(''));"""]
24+
args = ["console.log(`workingDirectory='\${process.cwd()}'`);"]
2525
outputs.upToDateWhen {
2626
true
2727
}

0 commit comments

Comments
 (0)