Skip to content

Commit

Permalink
Fix console cmd throws runtime exception #1273
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Aug 10, 2019
1 parent 7b4cfa8 commit 2f78d94
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -61,6 +61,10 @@ class ScriptParser {
this.classLoader = session.getClassLoader()
}

ScriptParser(ClassLoader loader) {
this.classLoader = loader
}

ScriptParser setSession( Session session ) {
this.session = session
this.classLoader = session.classLoader
Expand Down

0 comments on commit 2f78d94

Please sign in to comment.