Skip to content

Commit

Permalink
Merge pull request #3 from oeon/patch-1
Browse files Browse the repository at this point in the history
Update instanceHandler.js
  • Loading branch information
bjrmatos committed May 16, 2017
2 parents fa3bf19 + e518ea3 commit 3ea1593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instanceHandler.js
Expand Up @@ -55,7 +55,7 @@ exports.find = function find (cwd) {
jsreportModuleInfo = getJsreportModuleInstalled(cwd, existsPackageJson)

if (!jsreportModuleInfo) {
return reject(new Error('Couldn\'t find a jsreport intallation necessary to process the command, try to install jsreport first'))
return reject(new Error('Couldn\'t find a jsreport installation necessary to process the command, try to install jsreport first.'))
}

if (!existsPackageJson) {
Expand Down

0 comments on commit 3ea1593

Please sign in to comment.