We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1ea7c commit e244f84Copy full SHA for e244f84
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