MCPcopy Index your code
hub / github.com/nodejs/node / log_errors

Method log_errors

deps/v8/tools/testrunner/local/command.py:112–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110
111 @contextmanager
112 def log_errors(self):
113 try:
114 yield
115 except:
116 logging.exception(f'Error executing: {self}\n')
117 raise
118
119 def get_process_logger(self):
120 return EMPTY_PROCESS_LOGGER

Callers 2

executeMethod · 0.95
_start_processMethod · 0.95

Calls 1

exceptionMethod · 0.80

Tested by

no test coverage detected