Skip to content

Commit

Permalink
Fix jscs warn.
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0cK committed Feb 6, 2015
1 parent 6af92cb commit 8ff57dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daemon/bin/proxy.js
Expand Up @@ -16,7 +16,9 @@ var httpProxy = require('http-proxy'),
url = require('url'),
db = require('../lib/db')(),
targetId = argv.targetId,
exit = function () { process.exit(1); },
exit = function () {
process.exit(1);
},

responsesToHandle = {};

Expand Down

0 comments on commit 8ff57dc

Please sign in to comment.