8000 - Fixed error in comment · ShMcK/rewire-coderoad@3da0b89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3da0b89

Browse files
committed
- Fixed error in comment
1 parent 0bb70ad commit 3da0b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/getImportGlobalsSrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* override globals without changing the global object itself.
44
*
55
* Returns something like
6-
* "var console = console; var process = process; ..."
6+
* "var console = global.console; var process = global.process; ..."
77
*
88
* @return {String}
99
*/

0 commit comments

Comments
 (0)
0