mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
WPF: Fix typo
This commit is contained in:
parent
7c2e2e0ee5
commit
2e1f8d8c05
|
@ -57,13 +57,13 @@ namespace BililiveRecorder.WPF
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
logger.Debug("Writing path file at {FilePathj}", this.filePath);
|
logger.Debug("Writing path file at {FilePath}", this.filePath);
|
||||||
var str = JsonConvert.SerializeObject(data);
|
var str = JsonConvert.SerializeObject(data);
|
||||||
Core.Config.ConfigParser.WriteAllTextWithBackup(this.filePath, str);
|
Core.Config.ConfigParser.WriteAllTextWithBackup(this.filePath, str);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
logger.Warning(ex, "Error writing path file at {FilePathj}", this.filePath);
|
logger.Warning(ex, "Error writing path file at {FilePath}", this.filePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user