summaryrefslogtreecommitdiff
path: root/lib/internal/main/run_third_party_main.js
blob: c26c1f25f380c8beb44dd4d9a95ff62d2b38a572 (plain)
1
2
3
4
5
6
7
8
9
'use strict';

// Legacy _third_party_main.js support

markBootstrapComplete();

process.nextTick(() => {
  require('_third_party_main');
});