Navigation Menu

Skip to content

Commit

Permalink
;(
Browse files Browse the repository at this point in the history
  • Loading branch information
eralpkaraduman committed Dec 19, 2012
1 parent baf569b commit a4fdd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/processor.js
Expand Up @@ -4,7 +4,7 @@ var fs = require('fs'),
os = require('os').platform(),
exec = require('child_process').exec,
spawn = require('child_process').spawn,
Registry = require('./registry');
Registry = require('./registry'),

exports = module.exports = function Processor(command) {
// constant for timeout checks
Expand Down

0 comments on commit a4fdd12

Please sign in to comment.