Skip to content

Commit cec0a16

Browse files
committed
Parse optional timestamp
1 parent b311ab8 commit cec0a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ parseStackDump = do
228228

229229
-- If the line begins with a Timestamp: `[ 6.242000] `
230230
-- Skip `[ `
231-
-- `void` means ignore the Text Captured
231+
-- `optional` means Timestamp may or may not appear
232232
-- `$ something something` is shortcut for `( something something )`
233233
-- `<*` is the Delimiter between Patterns
234234
optional $ -- Timestamp may or may not appear

0 commit comments

Comments
 (0)