Navigation Menu

Skip to content

Commit

Permalink
v6.63.8. Bugfix.
Browse files Browse the repository at this point in the history
- v6.63.8 February 26, 2014
	- Fixed "Object #<DocPad> has no method err" (regression since v6.37.7)
  • Loading branch information
balupton committed Feb 25, 2014
1 parent e916aa2 commit 01b5bf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
@@ -1,5 +1,8 @@
# History

- v6.63.8 February 26, 2014
- Fixed "Object #<DocPad> has no method err" (regression since v6.37.7)

- v6.63.7 February 21, 2014
- Fixed IE9 and below not understanding the charset we send
- Thanks to [Eric Vantillard](https://github.com/evantill) for [issue #801](https://github.com/bevry/docpad/pull/801)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"title": "DocPad. Streamlined web development.",
"name": "docpad",
"version": "6.63.7",
"version": "6.63.8",
"description": "DocPad is a next generation web architecture that lets you create fast static websites with dynamic abilities and powerful abstractions. Write your website as files on your computer, entries in a database, or even RSS feeds and DocPad will import it, generate & render it, then output a static website for deployment anywhere or a dynamic node website for advanced server-side functionality. Use it as a module or standalone. It's purely awesome. Check it out.",
"homepage": "http://docpad.org",
"installUrl": "http://docpad.org/install",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/docpad.coffee
Expand Up @@ -3939,7 +3939,7 @@ class DocPad extends EventEmitterGrouped
So the DocPad team can fix this right away, please provide any information you can to:
https://github.com/bevry/docpad/issues/792
""")
return docpad.err(err)
return docpad.error(err)

# Log the change
docpad.log 'info', util.format(locale.watchChange, new Date().toLocaleTimeString()), changeType, filePath
Expand Down

0 comments on commit 01b5bf4

Please sign in to comment.