Add missing var

It was fogotten when rebasing 5f945d48.
This commit is contained in:
Thaddee Tyl 2017-03-30 23:40:49 +02:00
parent 21a3aef427
commit 522e09f509

View File

@ -45,7 +45,7 @@ describe('The CLI', function () {
});
it('should produce right-color badges', function(done) {
child = cproc.spawn('node',
var child = cproc.spawn('node',
['test/cli-test.js', 'cactus', 'grown', '#abcdef']);
child.stdout.once('data', function(chunk) {
var buffer = ''+chunk;