Skip to content

Commit d9297c4

Browse files
committed
stream should not pass extension
1 parent f50e1ce commit d9297c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/save.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function stream (isStart, opts = {}) {
2323
return new Promise((resolve, reject) => {
2424
opts = assign({}, defaultExts, opts);
2525
const filename = resolveFilename(Object.assign({}, opts, {
26+
extension: '',
2627
frame: undefined
2728
}));
2829
const func = isStart ? 'streamStart' : 'streamEnd';

0 commit comments

Comments
 (0)