Skip to content

Commit 8235ae8

Browse files
committed
fix error message
1 parent b99fa94 commit 8235ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/js2xmlparser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
nodeAliasString = options.nodeAliasString;
9292
}
9393
else {
94-
throw new Error("attributeString option must be a string");
94+
throw new Error("nodeAliasString option must be a string");
9595
}
9696
}
9797
if ("prettyPrinting" in options) {

0 commit comments

Comments
 (0)