Last 12 weeks · 0 commits
4 of 6 standards met
When running in debug mode, the spawned subprocess also runs in debug mode - so each time, it fires up a new debug session which take forever to instanciate. Warning like this appear on the debug console. Is there a way to pass over a 'custom env Node options' as an argument to makeSyncronous? thank you
Description of Change Fixes an issue where running the worker code in Deno caused a runtime error: . This was due to Node.js-specific calls on and objects. Using optional chaining () ensures that the code runs in Deno without affecting Node.js behavior. Checklist [x] passes Release Notes** Notes: Fixed a runtime error in Deno caused by calls. This makes workers compatible across Node.js and Deno.
Repository: sindresorhus/make-synchronous. Description: Make an asynchronous function synchronous Stars: 332, Forks: 9. Primary language: JavaScript. Languages: JavaScript (94.6%), TypeScript (5.4%). License: MIT. Latest release: v2.1.0 (6mo ago). Open PRs: 0, open issues: 0. Last activity: 6mo ago. Community health: 71%. Top contributors: sindresorhus, fisker, mesqueeb, Richienb.