Another small fix to the partial data downloading
This commit is contained in:
@@ -254,6 +254,7 @@ class DataDownloader extends Thread
|
||||
return true;
|
||||
} catch ( IOException e ) {
|
||||
forceOverwrite = true;
|
||||
new File(path).delete();
|
||||
}
|
||||
}
|
||||
checkFile = null;
|
||||
|
||||
Reference in New Issue
Block a user