Skip to content

Commit

Permalink
affixed variables from arguments for VeryGoodOpenSource#1327
Browse files Browse the repository at this point in the history
  • Loading branch information
plato79 committed Apr 14, 2024
1 parent 57fe805 commit fa6716a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea
.vscode/settings.json
.vscode/
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ProdServerBuilder {
await prodServerBundleGenerator.hooks.preGen(
vars: vars,
workingDirectory: workingDirectory.path,
onVarsChanged: (v) => vars = v,
onVarsChanged: (v) => vars..addAll(v),
);

logger.detail('[codegen] running generate...');
Expand Down

0 comments on commit fa6716a

Please sign in to comment.