mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 04:48:20 +02:00
Whoeps, try this again
This commit is contained in:
parent
4284d903f3
commit
c9295fc8a6
1 changed files with 2 additions and 1 deletions
3
.github/scripts/check-engines.js
vendored
3
.github/scripts/check-engines.js
vendored
|
@ -36,6 +36,7 @@ const run = async (path, useEngines) => {
|
|||
}
|
||||
|
||||
run(process.cwd(), ...process.argv.slice(2)).then(() => console.log('Success')).catch((err) => {
|
||||
// console.error(err)
|
||||
console.error(err)
|
||||
|
||||
// process.exitCode = 1
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue