MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / onProcessExit

Function onProcessExit

javascript/selenium-webdriver/io/exec.js:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 return new Command(result, killCommand)
148
149 function onProcessExit() {
150 killCommand('SIGTERM')
151 }
152
153 function killCommand(signal) {
154 process.removeListener('exit', onProcessExit)

Callers

nothing calls this directly

Calls 1

killCommandFunction · 0.85

Tested by

no test coverage detected