Comparing version 0.1.0-beta-41 to 0.1.0-beta-42
@@ -328,2 +328,4 @@ "use strict"; | ||
throw new error.HttpError(500, { | ||
from: from, | ||
load: to, | ||
themeFile: themePath, | ||
@@ -334,2 +336,4 @@ defaultFile: dPath | ||
throw new error.HttpError(500, { | ||
from: from, | ||
load: to, | ||
defaultFile: dPath | ||
@@ -336,0 +340,0 @@ }, "View.resolve: template don't exists"); |
@@ -5,3 +5,3 @@ { | ||
"description": "Powerful lightweight mvc framework for nodejs", | ||
"version": "0.1.0-beta-41", | ||
"version": "0.1.0-beta-42", | ||
"dependencies" : { | ||
@@ -8,0 +8,0 @@ "mongoose": "3.8.x", |
127829
4081