@@ -2,6 +2,6 @@
|
||||
try {
|
||||
Java.type('org.openjdk.nashorn.api.scripting.NashornScriptEngine')
|
||||
Object.setPrototypeOf = ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b })
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
}
|
||||
export { }
|
||||
|
||||
Reference in New Issue
Block a user