summaryrefslogtreecommitdiff
path: root/lib/internal/main/worker_thread.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/main/worker_thread.js')
-rw-r--r--lib/internal/main/worker_thread.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/internal/main/worker_thread.js b/lib/internal/main/worker_thread.js
index 8d5bc45edd..01f711aab2 100644
--- a/lib/internal/main/worker_thread.js
+++ b/lib/internal/main/worker_thread.js
@@ -30,8 +30,9 @@ const {
initializeReport,
initializeSourceMapsHandlers,
loadPreloadModules,
- setupTraceCategoryState
-} = require('internal/bootstrap/pre_execution');
+ setupTraceCategoryState,
+ markBootstrapComplete
+} = require('internal/process/pre_execution');
const {
threadId,