mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
428 stars 38 forks source link

fixing arguments.join is not a function error #68

Closed pwnetrationguru closed 10 years ago

pwnetrationguru commented 10 years ago

Fixes #67

Fixes arguments.join is not a function error. However, now we only take the first argument to console.log and feed it to postMessage. I think this is fine since we basically do nothing we these postMessages anyways.