| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2cd299b commit e45c68a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -280,8 +280,8 @@ class AsyncLocalStorage { | |||
| 280 | 280 | } | |
| 281 | 281 | ||
| 282 | 282 | getStore() { | |
| 283 | - const resource = executionAsyncResource(); | ||
| 284 | 283 | if (this.enabled) { | |
| 284 | + const resource = executionAsyncResource(); | ||
| 285 | 285 | return resource[this.kResourceStore]; | |
| 286 | 286 | } | |
| 287 | 287 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments