mirror of https://git.tuxpa.in/a/code-server.git
Add comment for the nbin shim
This commit is contained in:
parent
87be3ac235
commit
0315b004a7
|
@ -1,3 +1,5 @@
|
|||
// This file is prepended to loader/entry code (like our main.js or VS Code's
|
||||
// bootstrap-fork.js). {{ROOT_PATH}} is replaced during the build process.
|
||||
if (!global.NBIN_LOADED) {
|
||||
try {
|
||||
const nbin = require("nbin");
|
||||
|
|
Loading…
Reference in New Issue