aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig
index 50f902194..16b947696 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -36,7 +36,7 @@ pub fn PLCrashReportHandler() void {
pub var start_time: i128 = 0;
pub fn main() void {
- std.debug.assert(CrashReporter.start(null, Report.CrashReportWriter.printFrame, Report.handleCrash));
+ CrashReporter.start(null, Report.CrashReportWriter.printFrame, Report.handleCrash);
start_time = std.time.nanoTimestamp();