We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ebf7a commit a48b4ecCopy full SHA for a48b4ec
1 file changed
src/REX/REX/JSON.cpp
@@ -87,7 +87,7 @@ namespace REX::JSON
87
glz::json_t output;
88
if (std::filesystem::exists(m_fileBase)) {
89
std::string buffer;
90
- const auto error = glz::read_file_json(output, m_fileBase, buffer);
+ const auto error = glz::read_file_json(output, m_fileBase, buffer);
91
if (error) {
92
REX::ERROR("{}"sv, glz::format_error(error, buffer));
93
}
0 commit comments