You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Nashorn compatibility changed to ECMAScript 5, see changelog. Therefore, e.g. several Array related methods like flatMap() do not work anymore (see also this comment).
The Nashorn compatibility changed to ECMAScript 5, see changelog. Therefore, e.g. several Array related methods like
flatMap()
do not work anymore (see also this comment).It might be sufficient to set the ES version in:
phoenicis/phoenicis-scripts/src/main/java/org/phoenicis/scripts/engine/ScriptEngineType.java
Line 16 in 16143ae
Similar to:
see #2522, #2525, PhoenicisOrg/scripts#1256
The text was updated successfully, but these errors were encountered: