Skip to content
Closed
Changes from 1 commit
Commits
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
[fixup] typo
  • Loading branch information
refack committed Jul 16, 2017
commit 130ab0a48931d48a4ca5715a8dfec07df9197927
2 changes: 1 addition & 1 deletion lib/internal/async_hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function triggerIdScopeSync(id, block) {
}


module.export = {
module.exports = {
async_wrap,
async_hook_fields,
async_uid_fields,
Expand Down