Parallel bugfix

This commit is contained in:
Daniil Gentili 2018-12-26 20:57:46 +00:00
parent df24fa4611
commit d0829a6f96

View File

@ -110,7 +110,7 @@ class Magic
} }
} }
} while (true); } while (true);
} catch (\Exception $e) { } catch (\Throwable $e) {
} }
if (!self::$can_parallel && !defined('AMP_WORKER')) { if (!self::$can_parallel && !defined('AMP_WORKER')) {
define('AMP_WORKER', 1); define('AMP_WORKER', 1);