ass
parent
e4c3e5f46f
commit
064611823a
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dateOfCreation": "1721381809109",
|
||||
"dateOfCreation": "1721381809110",
|
||||
"configServer": "localhost",
|
||||
"processes": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -390,11 +390,10 @@ pub mod v2 {
|
|||
) -> anyhow::Result<()> {
|
||||
|
||||
let mut file = File::create(config_file_path)?;
|
||||
Ok(
|
||||
file.write_all(
|
||||
serde_json::to_string_pretty(current_config)?.as_bytes()
|
||||
)?
|
||||
)
|
||||
file.write_all(
|
||||
serde_json::to_string_pretty(current_config)?.as_bytes()
|
||||
)?;
|
||||
Ok(())
|
||||
// Ok(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue