Added Script.include(String path) convenience extension method / function to make including external scripts easier.

This commit is contained in:
Reinhard Pointner 2019-05-25 02:01:30 +07:00
parent 3ef7f62f51
commit fe5fc7bbd1
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ public class ExpressionFormatFunctions {
}
return f;
}
public static Object include(Script context, Object path) throws Exception {