fix: missing bit of last commit
This commit is contained in:
parent
2f256291ae
commit
04c74dd30f
@ -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)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user