refactor(replay)!: capitalize generator field in metadata
This commit is contained in:
parent
e618a8a27b
commit
6e288faa8d
@ -56,7 +56,7 @@ impl Recorder {
|
|||||||
"fileFormat": "MCPR",
|
"fileFormat": "MCPR",
|
||||||
"fileFormatVersion": 14,
|
"fileFormatVersion": 14,
|
||||||
"protocol": PROTOCOL_VERSION,
|
"protocol": PROTOCOL_VERSION,
|
||||||
"generator": format!("errornowatcher {}", build_info::version_formatted()),
|
"generator": format!("ErrorNoWatcher {}", build_info::version_formatted()),
|
||||||
})
|
})
|
||||||
.to_string()
|
.to_string()
|
||||||
.as_bytes(),
|
.as_bytes(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user