| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3f66109 commit 82fc9a8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,8 @@ const errorMessagesByPlatform = { | |||
| 30 | 30 | sunos: ['unknown file type', 'not an ELF file'], | |
| 31 | 31 | darwin: ['file too short'], | |
| 32 | 32 | aix: ['Cannot load module', | |
| 33 | - 'Cannot run a file that does not have a valid format.'] | ||
| 33 | + 'Cannot run a file that does not have a valid format.', | ||
| 34 | + 'Exec format error'] | ||
| 34 | 35 | }; | |
| 35 | 36 | // If we don't know a priori what the error would be, we accept anything. | |
| 36 | 37 | const errorMessages = errorMessagesByPlatform[process.platform] || ['']; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments