Skip to content

Commit

Permalink
[fix] typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Jul 20, 2012
1 parent ffe1185 commit 23c86a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/chroot_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function logger (log, code, level) {
pid : process.pid,
path : __dirname,
log : log,
memory: memory.rss
time: Date.now() - timer;
memory: memory.rss,
time: Date.now() - timer
};
process.nextTick(function(){
return db.publish(cfg.redis.channel || 'apps::warning', doLog(format, vars), function(err){
Expand Down

0 comments on commit 23c86a8

Please sign in to comment.