MCPcopy Index your code
hub / github.com/iptv-org/iptv / warn

Method warn

scripts/utils.ts:311–313  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

309 }
310
311 warn(message: string) {
312 console.log(`[#${this.issue.number}] ${this.type}: └── WARNING: ${message}`)
313 }
314
315 error(message: string) {
316 console.log(`[#${this.issue.number}] ${this.type}: └── ERROR: ${message}`)

Callers 1

processIncludesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected