Вадим Бударин

Results 77 comments of Вадим Бударин

Yes, I would like to see code based on `@babel/types` that constructs this code in `js`

await will wait for the request to be executed and will not proceed to the execution of the next line Promise.race is just designed to wait for the execution of...

Promise.race, as expected, async/await is enclosed in a try/catch block to intercept errors

the application installs an unhandledRejection handler during initialization

at this point, the handler is a postmortem conclusion and not a solution to the issue of error interception in a specific place

try to use `.mjs` and `esm` syntax for your config it works for me

maybe still try to fix the problems with the "dollar" sign in `bash` instead of simply replacing the execution environment with powershell? The Linux world does not have posershell, and...

> > to fix the problems with the "dollar" sign > > $ is not an error. It's bash special syntax for strings. Apparently, you used cmd.exe. For me it's...

> Same issue, how to switch to bash forcibly? in every script write by hand ```js if ( process.platform === 'win32' ) $.shell = 'bash' ```