Skip to content

Commit

Permalink
Code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Dec 17, 2024
1 parent 190c2cd commit 86c6e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class Setup

# Fetches the external libraries required by Ant optional tasks.
_fetchOptionalTasks: (antHome) ->
run "java", ["-jar", "lib/ant-launcher.jar", "-buildfile", "fetch.xml", "-noinput", "-silent", "-Ddest=system"],
await run "java", ["-jar", "lib/ant-launcher.jar", "-buildfile", "fetch.xml", "-noinput", "-silent", "-Ddest=system"],
cwd: antHome
env: {ANT_HOME: antHome}

Expand Down

0 comments on commit 86c6e9b

Please sign in to comment.