@@ -97,6 +97,7 @@ class WorkQueue extends Command
}
} catch (\Exception $e) {
+ file_put_contents("error.txt", $e. "\n" . "\n", FILE_APPEND);
if (in_array($e->getCode(), ['3', '4'])) {
$this->update($e->getCode(), $e->getMessage());
} else {