UNPKG

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