Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't hide problems in Supply.mergs -> more handling
  • Loading branch information
lizmat committed Apr 18, 2014
1 parent 921615b commit 1b47edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Supply.pm
Expand Up @@ -125,7 +125,7 @@ sub on(&setup) {
$source.tap(
-> \val {
$lock.protect({ more(val) });
CATCH { default { self.quit($_) } }
# CATCH { default { self.quit($_) } }
},
done => {
$lock.protect({ done() });
Expand Down

0 comments on commit 1b47edb

Please sign in to comment.