Skip to content

Commit

Permalink
Include relevant partial in message
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Oct 8, 2024
1 parent a2a241a commit 84a5096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/remark-includes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const resolveIncludes = ({
.join(",");

error =
"The following partial parameters were not assigned and have no default value: " +
`${includePath}: the following partial parameters were not assigned and have no default value: ` +
errs;
}

Expand Down

0 comments on commit 84a5096

Please sign in to comment.