Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(helper.isArray): replace a.constructor === Array with Array.isArray
a.constructor === Array is always falsey when you run showdown within Node's VM API. Related to nodejs/node#7351 Closes #425
- Loading branch information