Skip to content

Commit

Permalink
Show error when failing to load adapter, closes #196
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Bell committed Nov 27, 2011
1 parent a2b4e67 commit 392cd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot.coffee
Expand Up @@ -146,7 +146,7 @@ class Robot

@adapter = require("#{path}").use(@)
catch err
@logger.error "Cannot load adapter #{adapter}, try installing the package"
@logger.error "Cannot load adapter #{adapter} - #{err}"

# Public: Help Commands for Running Scripts
#
Expand Down

0 comments on commit 392cd7f

Please sign in to comment.