mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix exception when logging out of a site
This commit is contained in:
parent
5736102809
commit
3baccc4e85
@ -56,7 +56,7 @@ namespace Wabbajack.App.Screens
|
||||
|
||||
private void Pulse(object sender, FileSystemEventArgs e)
|
||||
{
|
||||
_fileSystemEvents.OnNext(e.Name?.ToAbsolutePath() ?? default);
|
||||
_fileSystemEvents.OnNext(e.FullPath?.ToAbsolutePath() ?? default);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user