Add comment for the nbin shim

This commit is contained in:
Asher 2019-07-30 18:20:03 -05:00
parent 87be3ac235
commit 0315b004a7
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 2 additions and 0 deletions

View File

@ -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");