Update file executable_install-program
This commit is contained in:
parent
f961b62758
commit
951ea60174
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ function locations(substring,string){
|
|||
function wrapMessage(msg) {
|
||||
const indexes = locations('`', msg)
|
||||
if (indexes.length > 1) {
|
||||
return wrapMessage(msg.substring(0, indexes[0]) + chalk.bold.black.bgGray(' ' + msg.substring(indexes[0] + 1, indexes[1] + 1 - indexes[0]) + ' ') + msg.substring(indexes[1] + 1 - indexes[0]) + ' '))
|
||||
return wrapMessage(msg.substring(0, indexes[0]) + chalk.bold.black.bgGray(' ' + msg.substring(indexes[0] + 1, indexes[1] + 1 - indexes[0]) + ' ') + msg.substring(indexes[1] + 1 - indexes[0]) + ' ')
|
||||
} else {
|
||||
return msg
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue