Skip to content

Commit

Permalink
re-activating stderror output
Browse files Browse the repository at this point in the history
  • Loading branch information
schaermu committed Mar 8, 2012
1 parent 8619d05 commit 984a28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/conversion.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = testCase({
.usingPreset('flashvideo')
.renice(19)
.saveToFile(testFile, function(stdout, stderr, err) {
console.log(stderr);
test.ok(!err);
path.exists(testFile, function(exist) {
test.ok(exist);
Expand Down

0 comments on commit 984a28d

Please sign in to comment.