Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 368d313

Browse files
author
Johannes
committed
Merge branch 'master' of github.com:jhnns/rewire
2 parents 3cc25ae + 3da0b89 commit 368d313

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)