We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a220c9 commit 114c7d5Copy full SHA for 114c7d5
src/test/resources/fixtures/npx-env/build.gradle
@@ -21,7 +21,7 @@ task env(type: NpxTask) {
21
task pwd(type: NpxTask) {
22
dependsOn npmInstall
23
command = "jseval"
24
- args = ["""console.log(["workingDirectory='", process.cwd(), "'"].join(''));"""]
+ args = ["console.log(`workingDirectory='\${process.cwd()}'`);"]
25
outputs.upToDateWhen {
26
true
27
}
0 commit comments