We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfd489 commit c3e41b2Copy full SHA for c3e41b2
src/main/java/onl/netfishers/netshot/device/DeviceDriver.java
@@ -771,7 +771,7 @@ public final Context getContext() throws IOException {
771
.allowAccessInheritance(true)
772
.build();
773
Context.Builder builder = Context
774
- .newBuilder("js")
+ .newBuilder("js", "python")
775
.allowHostAccess(hostAccess);
776
Context context;
777
synchronized (engine) {
0 commit comments