Skip to content

Commit

Permalink
Removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lzatorski committed Nov 14, 2013
1 parent 9653c85 commit 09dd0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/launchers/Base.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var BaseBrowser = function(id, emitter, captureTimeout, retryLimit) {

this.kill = function(callback) {
exitCallback = callback || function() {};

log.debug('Killing %s', self.name);
if (self.state === FINISHED) {
process.nextTick(exitCallback);
Expand Down

0 comments on commit 09dd0d5

Please sign in to comment.