ups
This commit is contained in:
parent
a23c3a059e
commit
2710189d2e
|
@ -40,7 +40,7 @@ function Websrv(tbot, tsql, tlib) {
|
|||
commit = body.commits[body.commits.length-1].message.replace('\n','').trim();
|
||||
}
|
||||
catch(ex) {
|
||||
commit body.commits[body.commits.length-2].message.replace('\n','').trim();
|
||||
commit = body.commits[body.commits.length-2].message.replace('\n','').trim();
|
||||
}
|
||||
|
||||
lib.log( eventname + ' from ' + autor + ' ('+commit+')' );
|
||||
|
|
Loading…
Reference in New Issue
Block a user