Skip to content

Commit

Permalink
[fix] isstream is lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Nov 4, 2014
1 parent 6281760 commit b3ffaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/winston/transports/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var events = require('events'),
colors = require('colors'),
common = require('../common'),
Transport = require('./transport').Transport,
isWritable = require('isStream').isWritable,
isWritable = require('isstream').isWritable,
Stream = require('stream').Stream;

//
Expand Down

0 comments on commit b3ffaa1

Please sign in to comment.