Add author and time of patches in debug app

This commit is contained in:
yflory
2020-02-14 12:06:52 +01:00
parent b7b2685f14
commit 1d24c85ca4
3 changed files with 16 additions and 4 deletions

View File

@@ -1969,7 +1969,11 @@ define([
first = false;
}
msg = msg.replace(/cp\|(([A-Za-z0-9+\/=]+)\|)?/, '');
msgs.push(msg);
msgs.push({
msg: msg,
author: parsed[2][1],
time: parsed[2][5]
});
}
};