Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 21, 2021
1 parent 3e3c510 commit b72019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v8-log-to-ticks.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function v8LogToTicks (isolateLogPath, options) {
})

const firstTick = []
const delayMs = options.collectDelay * 1000;
const delayMs = options.collectDelay * 1000
const tickStream = parse('ticks.*', (tick) => {
const addr = tick.s.filter((n, i) => i % 2 === 0)
var stack = addr.map((n) => codes[n]).filter(Boolean)
Expand Down

0 comments on commit b72019b

Please sign in to comment.