This commit is contained in:
@@ -26,7 +26,6 @@ static ox::Error convertFile(
|
||||
if (fmt == ox::ClawFormat::Organic) {
|
||||
*buff.back().value = '\n';
|
||||
}
|
||||
OX_RETURN_ERROR(writer.write(buff.data(), buff.size()));
|
||||
OX_RETURN_ERROR(fs.write(path, buff).reoriginate(1, "unable to write file"));
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user