Skip to content

Commit

Permalink
errors are turned into warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 12, 2014
1 parent 2f2288f commit 42accba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -554,7 +554,7 @@ the callback.

app->start;

A default subscriber that prints all errors to C<STDERR> will usually be added
A default subscriber that turns all errors into warnings will usually be added
by L<Mojo::IOLoop> as a fallback.

Mojo::IOLoop->singleton->reactor->unsubscribe('error');
Expand Down

0 comments on commit 42accba

Please sign in to comment.