Skip to content

Commit

Permalink
Merge pull request #11 from der-On/patch-1
Browse files Browse the repository at this point in the history
fixed typo when requirering logger
  • Loading branch information
mde committed Jan 30, 2014
2 parents 75ceb04 + 62d3121 commit 5ddfbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/file.js
Expand Up @@ -25,7 +25,7 @@ var fs = require('fs')
var logger = new (function () {
var out;
try {
out = require('./logger');
out = require('./log');
}
catch (e) {
out = console;
Expand Down

0 comments on commit 5ddfbc1

Please sign in to comment.