This website works better with JavaScript.
Home
Help
Register
Sign In
reGen2
/
ezbuild
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
suppress all errors
master
belliash
9 years ago
parent
16e943b746
commit
2e95cec195
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libraries/common
+ 1
- 1
libraries/common
View File
@ -150,7 +150,7 @@ function logMessage() {
if [ -z ${TYPE} ]; then
TYPE=" - "
fi
echo -e "[${DATE}][${TYPE}] ${MESSAGE}" >> ${LOGFILE}
{
echo -e "[${DATE}][${TYPE}] ${MESSAGE}" >> ${LOGFILE}
; } 2> /dev/null
fi
}
Write
Preview
Loading…
Cancel
Save