This commit is contained in:
parent
f39adfdf87
commit
c99e864dbc
|
@ -3,7 +3,7 @@ import Xev from 'xev';
|
||||||
|
|
||||||
const ev = new Xev();
|
const ev = new Xev();
|
||||||
|
|
||||||
export default function () {
|
export default function() {
|
||||||
const log: any[] = [];
|
const log: any[] = [];
|
||||||
|
|
||||||
const p = childProcess.fork(__dirname + '/notes-stats-child.js');
|
const p = childProcess.fork(__dirname + '/notes-stats-child.js');
|
||||||
|
|
Loading…
Reference in New Issue