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
* Removing any clobbering of console methods from MessageBoundaryProtocol.
* Fix code coverage uploading to codecov since introduction of nicer local coverage reporting
// TODO: `error` could just as easily remain as console.error (i.e stderr) - BUT - we need to ensure that on the CLI side, we stream hook stderr out straight to the user
50
-
// TODO: if we override default console.error functionality (as below), then we also need to implement the `install()` and `uninstall()` methods
51
-
// TODO: `install()` and `uninstall()` would 'clobber' `globalThis.console` methods with these methods, to ensure that any userland or SDK code
52
-
// does not litter stdout in ways that violate the protocol's rules.
0 commit comments