We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20da0a5 commit 4e7212cCopy full SHA for 4e7212c
test/parallel/test-module-loading-error.js
@@ -28,7 +28,7 @@ const errorMessagesByPlatform = {
28
win32: ['is not a valid Win32 application'],
29
linux: ['file too short', 'Exec format error'],
30
sunos: ['unknown file type', 'not an ELF file'],
31
- darwin: ['file too short'],
+ darwin: ['file too short', 'not a mach-o file'],
32
aix: ['Cannot load module',
33
'Cannot run a file that does not have a valid format.',
34
'Exec format error'],
0 commit comments