Update utils.js

pull/3870/head
Aleksandr Statciuk 3 years ago
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…
Cancel
Save