Skip to content

Commit 18aa301

Browse files
committed
Module isStream should be isstream
1 parent 6281760 commit 18aa301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/winston/transports/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var events = require('events'),
1313
colors = require('colors'),
1414
common = require('../common'),
1515
Transport = require('./transport').Transport,
16-
isWritable = require('isStream').isWritable,
16+
isWritable = require('isstream').isWritable,
1717
Stream = require('stream').Stream;
1818

1919
//

0 commit comments

Comments
 (0)