go back to list on path missing error
This commit is contained in:
parent
44f621b4de
commit
f1aa1bdd59
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ module.exports = class TorrentListController {
|
|||
fs.stat(fileOrFolder, function (err) {
|
||||
if (err) {
|
||||
s.error = 'path-missing'
|
||||
dispatch('backToList')
|
||||
return
|
||||
}
|
||||
start()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue