Skip to content

Commit 8819f03

Browse files
authored
Run make gen-flatbuffers (#725)
1 parent 8d6369a commit 8819f03

File tree

1 file changed

+2
-1
lines changed
  • platform/jvm/capture/src/main/kotlin/io/bitdrift/capture/reports/binformat/v1/issue_reporting

1 file changed

+2
-1
lines changed

platform/jvm/capture/src/main/kotlin/io/bitdrift/capture/reports/binformat/v1/issue_reporting/Report.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class ReportType private constructor() {
2626
const val MemoryTermination: Byte = 4
2727
const val NativeCrash: Byte = 5
2828
const val StrictModeViolation: Byte = 6
29-
const val JavaScriptError: Byte = 7
29+
const val JavaScriptNonFatalError: Byte = 7
30+
const val JavaScriptFatalError: Byte = 8
3031
}
3132
}
3233

0 commit comments

Comments
 (0)