diff options
Diffstat (limited to 'src/rt/rust_srv.cpp')
| -rw-r--r-- | src/rt/rust_srv.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rt/rust_srv.cpp b/src/rt/rust_srv.cpp index 64befd6ee42..7f49b52019d 100644 --- a/src/rt/rust_srv.cpp +++ b/src/rt/rust_srv.cpp @@ -54,7 +54,8 @@ rust_srv::fatal(const char *expression, "fatal, '%s' failed, %s:%d %s", expression, file, (int)line, buf); log(msg); - exit(1); + abort(); + //exit(1); } void |
