2019-08-28 21:40:29 +00:00
|
|
|
// Once our entry file is loaded we no longer need nbin to bypass normal Node
|
|
|
|
// execution. We can still shim the fs into the binary even when bypassing. This
|
|
|
|
// will ensure for example that a spawn like `${process.argv[0]} -e` will work
|
|
|
|
// while still allowing us to access files within the binary.
|
|
|
|
process.env.NBIN_BYPASS = true;
|
|
|
|
|
2019-10-04 23:14:07 +00:00
|
|
|
require("../../bootstrap-amd").load("vs/server/src/node/cli");
|