mirror of
https://github.com/iptv-org/iptv.git
synced 2026-06-28 21:01:07 +08:00
Update utils.js
This commit is contained in:
parent
f7196530ce
commit
ef4aef38fd
@ -185,4 +185,8 @@ utils.removeProtocol = function (string) {
|
||||
return string.replace(/(^\w+:|^)\/\//, '')
|
||||
}
|
||||
|
||||
utils.log = function (string) {
|
||||
process.stdout.write(string)
|
||||
}
|
||||
|
||||
module.exports = utils
|
||||
|
||||
Loading…
Reference in New Issue
Block a user