1.0.20180326152342: Fix exec_js_process process caching (#701)
·
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.