mirror of https://github.com/laurent22/joplin.git
Tools: fix git-changelog
parent
6f11487dba
commit
ad654e30d5
|
@ -23,6 +23,8 @@ async function gitLog(sinceTag) {
|
|||
|
||||
const output = [];
|
||||
for (const line of lines) {
|
||||
if (!line.trim()) continue;
|
||||
|
||||
const splitted = line.split('::::DIV::::');
|
||||
const commit = splitted[0];
|
||||
const authorEmail = splitted[1];
|
||||
|
|
Loading…
Reference in New Issue