Skip to content

Commit

Permalink
catch up with main
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 10, 2022
1 parent b749ee0 commit c6b924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/bootstrap/switches/is_embedded_env.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Set up globalThis.require and globalThis.import so that they can
// be easily accessed from C/C++

/* global path, primordials */
/* global path, primordials, process, GetLinkedBinding, GetInternalBinding */

const { globalThis, ObjectCreate } = primordials;
const CJSLoader = require('internal/modules/cjs/loader');
Expand Down

0 comments on commit c6b924d

Please sign in to comment.