Skip to content

Commit

Permalink
fix: typo in script list
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Mar 7, 2024
1 parent 803cb83 commit b9e5b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function loadModule(
);
throw new Error(
`Found extra scripts not registered in module.yaml:\n\n${
scriptList.join(", ")
scriptList.join("")
}\nAdd these scripts to the module.yaml file.`,
);
}
Expand Down

0 comments on commit b9e5b48

Please sign in to comment.