mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Improved errors on files
This commit is contained in:
parent
85c936f014
commit
befc60aa63
6 changed files with 48 additions and 27 deletions
|
@ -13204,7 +13204,7 @@ namespace IDE
|
|||
editData.BuildHash(editData.mQueuedContent);
|
||||
}) case .Err(let err))
|
||||
{
|
||||
if (err case .FileOpenError(.SharingViolation))
|
||||
if (err case .OpenError(.SharingViolation))
|
||||
{
|
||||
// Put back on the list and try later
|
||||
mFileWatcher.AddChangedFile(changedFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue