Update utils.js
This commit is contained in:
parent
641286090e
commit
70e214f929
|
@ -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