Skip to content

Commit

Permalink
[minor] Whitespace update
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jan 6, 2012
1 parent b15cd34 commit d711ab8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/forever/plugins/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ exports.attach = function (options) {
// Logs the specified `data` to the `stream`.
//
function onData(data) {
try {
monitor.log.write(data);
}
catch (ex) {
console.dir(ex);
}
try { monitor.log.write(data) }
catch (ex) { }

if (!monitor.silent && !monitor[stream]) {
//
// If we haven't been silenced, and we don't have a file stream
Expand Down

0 comments on commit d711ab8

Please sign in to comment.