Skip to content

Commit d58b5b9

Browse files
committed
add handle_process_exit to bootstrap modules
1 parent 73e0b71 commit d58b5b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-bootstrap-modules.js

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const expectedModules = new Set([
7979
'NativeModule internal/modules/esm/resolve',
8080
'NativeModule internal/modules/esm/initialize_import_meta',
8181
'NativeModule internal/modules/esm/translators',
82+
'NativeModule internal/modules/esm/handle_process_exit',
8283
'NativeModule internal/process/esm_loader',
8384
'NativeModule internal/options',
8485
'NativeModule internal/perf/event_loop_delay',

0 commit comments

Comments
 (0)