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