You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR-URL: #161
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
* Establish the build type by looking at whether test/build has a
subdirectory named "Release" or whether it has one named "Debug". Thus,
`npm test --debug` will also work.
* Correctly process the child exit status, examining both the exit code
*and* the signal it threw, if any.
* In `objectwrap` we must delete the reference to the constructor
sooner than the C++ library destructor for global data, because by the
time the library constructor gets called the V8 machinery has been
decommissioned and causes a segfault when attempting the belated
deletion of a reference.
PR-URL: #161
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
0 commit comments