Skip to content

JSplitter v4.1.9

Latest

Choose a tag to compare

@dima-lur dima-lur released this 17 Jun 16:38
  • [BUG] utils.RunCmdAsync
    • No longer blocks the shared async queue while waiting for external processes
    • Fixed parallel command handling so unrelated commands can finish while another command is still waiting or timing out
    • Fixed inherited pipe handles that could delay stdout / stderr completion
    • Launch failures and empty application paths are now reported through the async callback
  • [BUG] utils.RunCmdAsync: fixed documentation and added samples\basic\RunCmdAsync.js
  • [BUG] utils.Run: fixed documentation and added samples\basic\Run.js
  • [BUG] Some minor fixes at docs in index.html
  • [UPDATE] Updated JS engine to SpiderMonkey 140.12.0esr