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
During the new-SES work, I had to add a patch-package call to our top-level package.json. This used @kumavis 's trick from endojs/endo#251 .
Once that issue is fixed and we've updated to a version of SES that allows start-compartment code to modify Error (specifically .prepareStackTrace and .stackTraceLimit) in a way that's compatible with depd, we should remove the patch and the use of patch-package.
The text was updated successfully, but these errors were encountered:
SES (in 'errorTaming: unsafe' mode) now tolerates the way that depd modifies
Error, and `install-ses` uses that mode. So now we can stop patching depd.
This reverts commit a8f1308.
closes#1229
During the new-SES work, I had to add a
patch-package
call to our top-levelpackage.json
. This used @kumavis 's trick from endojs/endo#251 .Once that issue is fixed and we've updated to a version of SES that allows start-compartment code to modify
Error
(specifically.prepareStackTrace
and.stackTraceLimit
) in a way that's compatible withdepd
, we should remove the patch and the use ofpatch-package
.The text was updated successfully, but these errors were encountered: