Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ public String getName() {

@Override
public boolean canCallDirect() {
return fullInterpreterContext != null && fullInterpreterContext.hasExplicitCallProtocol();
return interpreterContext != null && interpreterContext.hasExplicitCallProtocol();
}

@Override

0 comments on commit 78f73ec

Please sign in to comment.