mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Suppress some warnings
This commit is contained in:
@ -23,6 +23,6 @@ public class ExtractedNativeFile : NativeFileStreamFactory, IExtractedFile
|
||||
if (CanMove)
|
||||
await _file.MoveToAsync(newPath, true, token);
|
||||
else
|
||||
await _file.CopyToAsync(newPath, true, token);
|
||||
await _file.CopyToAsync(newPath, token);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user