mirror of
https://github.com/coder/code-server.git
synced 2024-12-26 11:12:07 +03:00
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
Block a user