Skip to content

Commit

Permalink
adding back TODO for cleaner fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-terrana committed Feb 24, 2018
1 parent 7f6afa7 commit 0da246f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ public CpsScript() throws IOException {
*/
@Override
public final Object invokeMethod(String name, Object args){

// TODO probably better to call super method and only proceed here incase of MissingMethodException:

// check for user defined closures in the script binding
if (getBinding().hasVariable(name)){
Object local_var = getBinding().getVariable(name);
Expand Down

0 comments on commit 0da246f

Please sign in to comment.