X Tutup
The Wayback Machine - https://web.archive.org/web/20220320154120/https://github.com/nodejs/node/commit/eea4f3bf82
Skip to content
Permalink
Browse files
lib: fix typo in lib/internal/bootstrap/loaders.js
PR-URL: #37644
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
  • Loading branch information
marsonya authored and targos committed May 1, 2021
1 parent b0840ac commit eea4f3bf82e3f87db6167ec1f1ea8c581472c862
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/internal/bootstrap/loaders.js
@@ -4,7 +4,7 @@
// lib/internal/modules/esm/* (ES Modules).
//
// This file is compiled and run by node.cc before bootstrap/node.js
// was called, therefore the loaders are bootstraped before we start to
// was called, therefore the loaders are bootstrapped before we start to
// actually bootstrap Node.js. It creates the following objects:
//
// C++ binding loaders:

0 comments on commit eea4f3b

Please sign in to comment.
X Tutup