This commit is contained in:
Aya Morisawa 2018-07-14 19:49:21 +09:00
parent f39adfdf87
commit c99e864dbc
2 changed files with 16 additions and 16 deletions

View file

@ -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');