mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 00:44:31 +01:00
Add comment for the nbin shim
This commit is contained in:
parent
87be3ac235
commit
0315b004a7
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
if (!global.NBIN_LOADED) {
|
||||||
try {
|
try {
|
||||||
const nbin = require("nbin");
|
const nbin = require("nbin");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue