Skip to content

Commit

Permalink
mention when Morbo is restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 16, 2014
1 parent a58c184 commit 55895d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Morbo.pm
Expand Up @@ -63,7 +63,7 @@ sub _manage {
my $self = shift;

if (defined(my $file = $self->check_files)) {
say qq{File "$file" changed.} if $ENV{MORBO_VERBOSE};
say qq{File "$file" changed, restarting.} if $ENV{MORBO_VERBOSE};
kill 'TERM', $self->{running} if $self->{running};
$self->{modified} = 1;
}
Expand Down

0 comments on commit 55895d3

Please sign in to comment.