1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 06:20:27 -04:00

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

View File

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