This commit is contained in:
Alex Terentiev 2023-05-04 09:41:50 -04:00
Родитель 31d7694a79
Коммит 50b53638b0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,6 @@ export function open(opts: { uri?: string }): NodeJS.WritableStream {
const through = require('through2');
/* eslint-enable @typescript-eslint/typedef */
opts = opts || {};
/* eslint-disable-next-line @typescript-eslint/typedef */
return through.obj(function (file, enc, cb) {
const uri: string | undefined = opts.uri || file.path;