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

Method Die

deps/v8/tools/release/common_includes.py:422–426  ·  view source on GitHub ↗
(self, msg="")

Source from the content-addressed store, hash-verified

420 return self.Retry(cmd, retry_on, wait_plan)
421
422 def Die(self, msg=""):
423 if msg != "":
424 print("Error: %s" % msg)
425 print("Exiting")
426 raise Exception(msg)
427
428 def DieNoManualMode(self, msg=""):
429 if not self._options.manual: # pragma: no cover

Callers 13

DieNoManualModeMethod · 0.95
DeleteBranchMethod · 0.95
CommonPrepareMethod · 0.95
GetLatestReleaseBaseMethod · 0.95
RemoteBranchMethod · 0.80
TagMethod · 0.80
RunStepMethod · 0.80
RunStepMethod · 0.80
RunStepMethod · 0.80
RunStepMethod · 0.80

Calls 1

printFunction · 0.50

Tested by

no test coverage detected