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