Skip to content

Commit 514edef

Browse files
committed
indent
1 parent 459ef9d commit 514edef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bstracing

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ function readTargets(showAll) {
200200
})
201201
);
202202
}
203-
let curDate = new Date ()
204-
let file = `tracing_${curDate.getHours()}_${curDate.getMinutes()}_${curDate.getSeconds()}.json`
203+
let curDate = new Date();
204+
let file = `tracing_${curDate.getHours()}_${curDate.getMinutes()}_${curDate.getSeconds()}.json`;
205205
console.log(` ${file} is produced, loade it via chrome://tracing/`);
206206
fs.writeFileSync(file, JSON.stringify(jsonArray), "utf8");
207207
}

0 commit comments

Comments
 (0)