Skip to content

Commit

Permalink
Include code in toString for GroovyCommand, fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Dec 7, 2015
1 parent 3b94135 commit 6dc6200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class GroovyBFContext {

@Override
public String toString() {
return 'GroovyCommand'
return 'GroovyCommand: ' + this.@code
}

}
Expand Down

0 comments on commit 6dc6200

Please sign in to comment.