(code, options)
| 267 | } |
| 268 | |
| 269 | function createScript(code, options) { |
| 270 | return new Script(code, options); |
| 271 | } |
| 272 | |
| 273 | // Remove all SIGINT listeners and re-attach them after the wrapped function |
| 274 | // has executed, so that caught SIGINT are handled by the listeners again. |
no outgoing calls
no test coverage detected
searching dependent graphs…