Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
execute
Method · 0.95
_start_process
Method · 0.95
Calls
1
exception
Method · 0.80
Tested by
no test coverage detected