fix compile error for Windows

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2026-03-02 15:11:54 +08:00
parent 932d27541c
commit ab31b811ee
@@ -44,3 +44,7 @@ func (o *BlockOutput) BeginDirectory(ctx context.Context, relativePath string, e
func (o *BlockOutput) Flush() error {
return flushVolume(o.targetFileName)
}
func (o *BlockOutput) Terminate() error {
return nil
}