♻️ refactor(podkop): add local var
This commit is contained in:
@@ -46,8 +46,9 @@ nolog() {
|
||||
}
|
||||
|
||||
echolog() {
|
||||
nolog "$1"
|
||||
log "$1"
|
||||
local message="$1"
|
||||
log "$message"
|
||||
nolog "$message"
|
||||
}
|
||||
|
||||
start_main() {
|
||||
|
||||
Reference in New Issue
Block a user