Skip to content

Commit

Permalink
Add more ; so some ofbfuscators does not break
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasimon authored Dec 11, 2019
1 parent 70dd3da commit 4510477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
function appendTo(dict, name, value) {
var val = typeof value === 'string' ? value : (
value !== null && value !== undefined && typeof value.toString === 'function' ? value.toString() : JSON.stringify(value)
)
);

if (name in dict) {
dict[name].push(val);
Expand Down

0 comments on commit 4510477

Please sign in to comment.