Fixes in reports. Reports seem to work now
This commit is contained in:
parent
0be4af5f6c
commit
5a16d789a0
30 changed files with 716 additions and 338 deletions
|
@ -333,6 +333,10 @@ async function init() {
|
|||
}
|
||||
});
|
||||
|
||||
if (config.title) {
|
||||
process.title = config.title + ': sender/master';
|
||||
}
|
||||
|
||||
process.send({
|
||||
type: 'master-sender-started'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue