Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arduano committed Apr 21, 2024
1 parent 452bed7 commit cc0d811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixjs-rt/src/errors/errorMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function errType(type: NixTypeClass | NixTypeInstance): ErrorMessage {
*/
export function errTypes(...types: NixTypeClass[]): ErrorMessage {
if (types.length === 0) {
throw new Error("classListToErrorMessage: types array is empty");
throw new Error("errTypes: types array is empty");
}

if (types.length === 1) {
Expand Down

0 comments on commit cc0d811

Please sign in to comment.