mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add suggestion for decompressiono error
This commit is contained in:
parent
9f6f465634
commit
0b1382986e
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ export default class AppFilesScanner {
|
|||
// console.log('entries', entries)
|
||||
|
||||
if ( !Array.isArray(entries) ) {
|
||||
file.statusMessage = '❔ Could not decompress file'
|
||||
file.statusMessage = '❔ Could not decompress file. Try extracting the app or using a different app file. '
|
||||
file.status = 'finished'
|
||||
|
||||
throw new Error('Could not decompress file')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue