Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
console : fix typo
  • Loading branch information
Wandalen authored and Trott committed Aug 15, 2017
commit 28c32a2e893c3904666c743911afd37054ce24f2
2 changes: 1 addition & 1 deletion lib/internal/bootstrap_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
configurable: true,
writable: true,
enumerable: false,
value: console
value: customConsole
});
}
});
Expand Down