Skip to content

Commit

Permalink
this check should not be necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 15, 2015
1 parent 7d95994 commit 7536b49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mojo/Server/Morbo.pm
Expand Up @@ -69,7 +69,6 @@ sub _manage {
}

$self->_reap;
delete $self->{running} if $self->{running} && !kill 0, $self->{running};
$self->_spawn if !$self->{running} && delete $self->{modified};
sleep 1;
}
Expand Down

0 comments on commit 7536b49

Please sign in to comment.