Comparing version 1.0.1 to 1.0.2
@@ -11,3 +11,3 @@ "use strict"; | ||
if (!config.has(path)) { | ||
throw new Error('missing required config: ' + path + message ? '. ' + message : ''); | ||
throw new Error('missing required config: ' + path + (message ? '. ' + message : '')); | ||
} | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "config-ext", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "helpful extension methods for [`config`](https://www.npmjs.com/package/config)", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:js-n/config-ext.git", |
1700