We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b311ab8 commit cec0a16Copy full SHA for cec0a16
src/Main.purs
@@ -228,7 +228,7 @@ parseStackDump = do
228
229
-- If the line begins with a Timestamp: `[ 6.242000] `
230
-- Skip `[ `
231
- -- `void` means ignore the Text Captured
+ -- `optional` means Timestamp may or may not appear
232
-- `$ something something` is shortcut for `( something something )`
233
-- `<*` is the Delimiter between Patterns
234
optional $ -- Timestamp may or may not appear
0 commit comments