Commit de70d39
Fix Electron module test to use Electron's Node runtime
Use 'npx electron -e' instead of 'node -e' to test module loading.
After @electron/rebuild, the native module is compiled for Electron's
Node version, so it must be tested with Electron's runtime, not the
system Node.js.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent ca1b440 commit de70d39
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
0 commit comments