Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 21, 2024
1 parent a10eaba commit 5fbfbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-plop/src/generator-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function (plopfileApi, flags) {

// if action is a function, run it to get our array of actions
if (typeof actions === "function") {
actions = await actions(data);
actions = actions(data);
}

// if actions are not defined... we cannot proceed.
Expand Down

0 comments on commit 5fbfbf7

Please sign in to comment.