From 0315b004a7be5aa72d971229041a9771dd07db30 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 30 Jul 2019 18:20:03 -0500 Subject: [PATCH] Add comment for the nbin shim --- scripts/nbin-shim.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/nbin-shim.js b/scripts/nbin-shim.js index de2ffe38..8a8f8644 100644 --- a/scripts/nbin-shim.js +++ b/scripts/nbin-shim.js @@ -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");