| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1043b6f commit 3df0570
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ const { async_id_symbol, async_hook_fields, async_id_fields } = async_wrap; | |||
| 34 | 34 | // case of a fatal exception this stack is emptied after calling each hook's | |
| 35 | 35 | // after() callback. | |
| 36 | 36 | const { pushAsyncIds: pushAsyncIds_, popAsyncIds: popAsyncIds_ } = async_wrap; | |
| 37 | - // For performance reasons, only track Proimses when a hook is enabled. | ||
| 37 | + // For performance reasons, only track Promises when a hook is enabled. | ||
| 38 | 38 | const { enablePromiseHook, disablePromiseHook } = async_wrap; | |
| 39 | 39 | // Properties in active_hooks are used to keep track of the set of hooks being | |
| 40 | 40 | // executed in case another hook is enabled/disabled. The new set of hooks is | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1276,7 +1276,7 @@ class Http2Stream extends Duplex { | |||
| 1276 | 1276 | process.nextTick(emit, this, 'timeout'); | |
| 1277 | 1277 | } | |
| 1278 | 1278 | ||
| 1279 | - // true if the Http2Stream was aborted abornomally. | ||
| 1279 | + // true if the Http2Stream was aborted abnormally. | ||
| 1280 | 1280 | get aborted() { | |
| 1281 | 1281 | return this[kState].aborted; | |
| 1282 | 1282 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments