Skip to content

Commit

Permalink
Merge pull request #129 from MangoRaft/master
Browse files Browse the repository at this point in the history
[FIX] variable e renamed to err
  • Loading branch information
mmalecki committed Oct 29, 2012
2 parents 88bdff1 + e33631d commit de39d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/haibu/drone/drone.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Drone.prototype.stop = function (name, cleanup, callback) {
try {
app.drones[key].monitor.stop(true);
}
catch (e) {
catch (err) {
onErr(err);
}
haibu.emit(['drone','stop','success'], {key: key});
Expand Down

0 comments on commit de39d84

Please sign in to comment.