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
@@ -37,7 +37,7 @@ protected Object eval(Source source) throws IOException {
}

@Override
protected Object findExportedSymbol(String s) {
protected Object findExportedSymbol(String s, boolean b) {
return context.findExportedObject(s);
}

0 comments on commit 9a96ffe

Please sign in to comment.