Skip to content

Commit

Permalink
Stray
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jul 17, 2024
1 parent bbe9a68 commit 1e54b41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/JSContext.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ assign <- NULL

new_JSContext <- function(stack_size = NULL) {
stack_size_int = ifelse(is.null(stack_size), -1, stack_size)
rt_ctx = qjs_context(stack_size_int)
ContextList = list(
runtime_context_ptr = qjs_context(stack_size_int)
)
Expand Down

0 comments on commit 1e54b41

Please sign in to comment.