🎨 logging
This commit is contained in:
parent
0309fd01a2
commit
ee069e75ac
|
@ -247,7 +247,6 @@ func BuildHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
} else {
|
} else {
|
||||||
channelRet["output"] = "<span class='build-error'>" + i18n.Get(locale, "build-error").(string) + "</span>\n"
|
channelRet["output"] = "<span class='build-error'>" + i18n.Get(locale, "build-error").(string) + "</span>\n"
|
||||||
|
|
||||||
logger.Info(lines)
|
|
||||||
// lint process
|
// lint process
|
||||||
if lines[0][0] == '#' {
|
if lines[0][0] == '#' {
|
||||||
lines = lines[1:] // skip the first line
|
lines = lines[1:] // skip the first line
|
||||||
|
|
Loading…
Reference in New Issue