| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8caeb03 commit 5751e3f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -135,14 +135,14 @@ The `section` supports wildcard also: | |||
| 135 | 135 | ||
| 136 | 136 | ```mjs | |
| 137 | 137 | import { debuglog } from 'node:util'; | |
| 138 | - const log = debuglog('foo'); | ||
| 138 | + const log = debuglog('foo-bar'); | ||
| 139 | 139 | ||
| 140 | 140 | log('hi there, it\'s foo-bar [%d]', 2333); | |
| 141 | 141 | ``` | |
| 142 | 142 | ||
| 143 | 143 | ```cjs | |
| 144 | 144 | const { debuglog } = require('node:util'); | |
| 145 | - const log = debuglog('foo'); | ||
| 145 | + const log = debuglog('foo-bar'); | ||
| 146 | 146 | ||
| 147 | 147 | log('hi there, it\'s foo-bar [%d]', 2333); | |
| 148 | 148 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments