Update utils.js

what-a-patch-1
Aleksandr Statciuk 5 years ago
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…
Cancel
Save