| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f99c636 commit 781f8c0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,8 @@ console.error('load test-module-loading-error.js'); | |||
| 7 | 7 | var error_desc = { | |
| 8 | 8 | win32: ['%1 is not a valid Win32 application'], | |
| 9 | 9 | linux: ['file too short', 'Exec format error'], | |
| 10 | - sunos: ['unknown file type', 'not an ELF file'] | ||
| 10 | + sunos: ['unknown file type', 'not an ELF file'], | ||
| 11 | + darwin: ['file too short'] | ||
| 11 | 12 | }; | |
| 12 | 13 | var dlerror_msg = error_desc[process.platform]; | |
| 13 | 14 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments