| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 59db829 commit 6489423
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,18 +58,14 @@ const { | |||
| 58 | 58 | isTypedArray, isSet, isMap, isSetIterator, isMapIterator, | |
| 59 | 59 | } = require('internal/util/types'); | |
| 60 | 60 | const { | |
| 61 | - CHAR_LOWERCASE_B, | ||
| 62 | - CHAR_LOWERCASE_E, | ||
| 63 | - CHAR_LOWERCASE_N, | ||
| 64 | - CHAR_UPPERCASE_C, | ||
| 61 | + CHAR_LOWERCASE_B: kTraceBegin, | ||
| 62 | + CHAR_LOWERCASE_E: kTraceEnd, | ||
| 63 | + CHAR_LOWERCASE_N: kTraceInstant, | ||
| 64 | + CHAR_UPPERCASE_C: kTraceCount, | ||
| 65 | 65 | } = require('internal/constants'); | |
| 66 | 66 | const kCounts = Symbol('counts'); | |
| 67 | 67 | ||
| 68 | 68 | const kTraceConsoleCategory = 'node,node.console'; | |
| 69 | - const kTraceCount = CHAR_UPPERCASE_C; | ||
| 70 | - const kTraceBegin = CHAR_LOWERCASE_B; | ||
| 71 | - const kTraceEnd = CHAR_LOWERCASE_E; | ||
| 72 | - const kTraceInstant = CHAR_LOWERCASE_N; | ||
| 73 | 69 | ||
| 74 | 70 | const kSecond = 1000; | |
| 75 | 71 | const kMinute = 60 * kSecond; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments