Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ #getLogFilePath
Method
#getLogFilePath
deps/npm/lib/utils/log-file.js:153–155 ·
view source on GitHub ↗
(count = '')
Source
from the content-addressed store, hash-verified
151
}
152
153
#getLogFilePath (count =
''
) {
154
return
`${this.#path}debug-${count}.log`
155
}
156
157
#openLogFile () {
158
// Count in filename will be 0 indexed
Callers
2
#openLogFile
Method · 0.95
#cleanLogs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected