Skip to content

Commit

Permalink
fix VersionInfo toJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Nov 15, 2024
1 parent 9fe3d13 commit f6c2322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/include/Geode/utils/VersionInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,6 @@ struct matjson::Serialize<V> {
}

static Value toJson(V const& value) {
return Value(value.toString());
return Value(value.toNonVString());
}
};

0 comments on commit f6c2322

Please sign in to comment.