Skip to content

Commit

Permalink
Attempt at bandaid fixing concurrency issues III
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Dec 9, 2023
1 parent 91af158 commit bc5f50b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public static ScriptableObject initSafeStandardObjects(Context cx, ScriptableObj

public static ScriptableObject initStandardObjects(Context cx, ScriptableObject scope, boolean sealed) {
ScriptableObject s = initSafeStandardObjects(cx, scope, sealed);
JavaAdapter.init(cx, scope, sealed);
JavaAdapter.init(cx, s, sealed);
return s;
}

Expand Down

0 comments on commit bc5f50b

Please sign in to comment.