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