chore(fs/outputStream): remove incorrect await
This commit is contained in:
parent
b8edca53cb
commit
8bee0925d0
@ -214,7 +214,7 @@ export default class RemoteHandlerAbstract {
|
|||||||
pipeline(input, checksumStream, noop)
|
pipeline(input, checksumStream, noop)
|
||||||
input = checksumStream
|
input = checksumStream
|
||||||
}
|
}
|
||||||
await this._outputStream(path, await input, {
|
await this._outputStream(path, input, {
|
||||||
dirMode,
|
dirMode,
|
||||||
validator,
|
validator,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user