UNPKG

392 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const path_1 = require("path");
4const child_process_1 = require("child_process");
5const nodeBin = path_1.join(__dirname, 'bin', 'node');
6const bootstrap = path_1.join(__dirname, '..', 'nodejs', 'bootstrap.js');
7child_process_1.spawn(nodeBin, [bootstrap], { stdio: 'inherit' });
8//# sourceMappingURL=bootstrap.js.map
\No newline at end of file