feat(fs/outputStream): remove support for promise input
This commit is contained in:
@@ -199,7 +199,6 @@ export default class RemoteHandlerAbstract {
|
||||
// write a stream to a file using a temporary file
|
||||
async outputStream(path, input, { checksum = true, dirMode } = {}) {
|
||||
path = normalizePath(path)
|
||||
input = await input
|
||||
let checksumStream
|
||||
if (checksum) {
|
||||
checksumStream = createChecksumStream()
|
||||
|
||||
Reference in New Issue
Block a user