✨
This commit is contained in:
parent
f39adfdf87
commit
c99e864dbc
2 changed files with 16 additions and 16 deletions
|
@ -3,7 +3,7 @@ import Xev from 'xev';
|
|||
|
||||
const ev = new Xev();
|
||||
|
||||
export default function () {
|
||||
export default function() {
|
||||
const log: any[] = [];
|
||||
|
||||
const p = childProcess.fork(__dirname + '/notes-stats-child.js');
|
||||
|
|
Loading…
Reference in a new issue