mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Remove whitespace
This commit is contained in:
parent
fc04fb8cd1
commit
77d876dbbd
|
|
@ -12,7 +12,7 @@ hasPhpLogging() {
|
|||
}
|
||||
|
||||
hasJsLogging() {
|
||||
RESULT=$(grep " console.log(" "$1")
|
||||
RESULT=$(grep "console.log(" "$1")
|
||||
if [ ! -z $RESULT ]; then
|
||||
echo 1
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user