We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45aa860 commit 6263e01Copy full SHA for 6263e01
test/parallel/test-module-loading-error.js
@@ -25,7 +25,7 @@ const assert = require('assert');
25
const { execSync } = require('child_process');
26
27
const errorMessagesByPlatform = {
28
- win32: ['%1 is not a valid Win32 application'],
+ 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'],
0 commit comments