Skip to content

1.0.20180326152342: Fix exec_js_process process caching (#701)

Compare
Choose a tag to compare
@tetron tetron released this 26 Mar 15:38
· 2018 commits to main since this release
* Fix exec_js_process process caching

The existing logic doesn't properly cache processes, leading to a new process being created for every invocation of `exec_js_process` (eventually leading to an error due to too many processes with many calls to execjs). This commit fixes this logic and adds tests for this.