mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
fix VersionInfo toJSON
This commit is contained in:
parent
9fe3d133e9
commit
f6c23220d8
1 changed files with 1 additions and 1 deletions
|
@ -266,6 +266,6 @@ struct matjson::Serialize<V> {
|
||||||
}
|
}
|
||||||
|
|
||||||
static Value toJson(V const& value) {
|
static Value toJson(V const& value) {
|
||||||
return Value(value.toString());
|
return Value(value.toNonVString());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue