| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0ebded4 commit 562d8fc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,8 +34,7 @@ const hook1 = async_hooks.createHook({ | |||
| 34 | 34 | // Check that the internal field returns the same PromiseWrap passed to init(). | |
| 35 | 35 | assert.strictEqual( | |
| 36 | 36 | binding.getPromiseField(Promise.resolve(1)), | |
| 37 | - pwrap, | ||
| 38 | - 'Unexpected PromiseWrap'); | ||
| 37 | + pwrap); | ||
| 39 | 38 | ||
| 40 | 39 | hook1.disable(); | |
| 41 | 40 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments