Prevent error message for rimraf

This commit is contained in:
Geomitron
2020-05-17 21:55:40 -04:00
parent 34fe405fac
commit b9e1d61529
5 changed files with 6 additions and 9 deletions

View File

@@ -46,7 +46,6 @@ export class DownloadsModalComponent {
switch (download.type) {
case 'good': return 'unset'
case 'done': return 'unset'
case 'warning': return 'yellow'
case 'error': return 'indianred'
}
}