*/ function run($script): Promise { if (Parallel::isSupported()) { return Parallel::run($script); } return Process::run($script); }