mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update utils.js
This commit is contained in:
parent
641286090e
commit
70e214f929
1 changed files with 4 additions and 0 deletions
|
@ -185,4 +185,8 @@ utils.removeProtocol = function (string) {
|
|||
return string.replace(/(^\w+:|^)\/\//, '')
|
||||
}
|
||||
|
||||
utils.log = function (string) {
|
||||
process.stdout.write(string)
|
||||
}
|
||||
|
||||
module.exports = utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue