fix: missing bit of last commit

This commit is contained in:
Julien Fontanet 2018-05-11 20:17:02 +02:00
parent 2f256291ae
commit 04c74dd30f

View File

@ -823,7 +823,7 @@ export default class {
throw error
}
path = path.replace(/_delta\.vhd$/, '_full')
path = path.replace(/_delta\.vhd$/, '_full.vhd')
}
streams[`${id}.vhd`] = await createVhdReadStream(handler, path)
})