Skip to content

Commit a058d9e

Browse files
committed
wip
1 parent 35cb78e commit a058d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-plop/src/generator-runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function (plopfileApi, flags) {
5454

5555
// if action is a function, run it to get our array of actions
5656
if (typeof actions === "function") {
57-
actions = await actions(data);
57+
actions = actions(data);
5858
}
5959

6060
// if actions are not defined... we cannot proceed.

0 commit comments

Comments
 (0)