You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 222 of your plugins file (or line 183:50 in the generated js file) the .match() was complaining that it didn't exist. I did a simple console out of the opts.content, and it appeared to be HTML.
I assume this shouldn't need to happen and maybe I'm doing something wrong. But this error flew the instant I added this plugin (before I even had anything else setup).
The text was updated successfully, but these errors were encountered:
thehuijb
added a commit
to thehuijb/docpad-plugin-partials
that referenced
this issue
Oct 23, 2015
On line 222 of your plugins file (or line 183:50 in the generated js file) the
.match()
was complaining that it didn't exist. I did a simple console out of the opts.content, and it appeared to be HTML.I fixed the issue by adding a
.toString()
I assume this shouldn't need to happen and maybe I'm doing something wrong. But this error flew the instant I added this plugin (before I even had anything else setup).
The text was updated successfully, but these errors were encountered: