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)
|
||||
input = checksumStream
|
||||
}
|
||||
await this._outputStream(path, await input, {
|
||||
await this._outputStream(path, input, {
|
||||
dirMode,
|
||||
validator,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user