Skip to content

Commit

Permalink
Updating config
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jun 10, 2022
1 parent 34117a6 commit 0ae9064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
/.github export-ignore
/tests export-ignore
.editorconfig export-ignore
.eslintrc export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.npmignore export-ignore
babel.config.js export-ignore
editorconfig.xml export-ignore
Makefile export-ignore
phpstan.neon export-ignore
ruleset.xml export-ignore
tslint.json export-ignore
1 change: 0 additions & 1 deletion src/Commands/HttpServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ protected function execute(
$this->eventLoop->stop();

} catch (Throwable $ex) {
var_dump($ex->getMessage());
// Log error action reason
$this->logger->error(
'An unhandled error occurred. Stopping HTTP server',
Expand Down

0 comments on commit 0ae9064

Please sign in to comment.