This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Remove fake crash from testing
tags/v1.0.0
Andrew Belt
5 years ago
parent
16e723fd99
commit
10112f0722
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/main.cpp
+ 0
- 1
src/main.cpp
View File
@@ -86,7 +86,6 @@ int main(int argc, char *argv[]) {
signal(SIGILL, fatalSignalHandler);
signal(SIGSEGV, fatalSignalHandler);
signal(SIGTERM, fatalSignalHandler);
abort();
// Log environment
INFO("%s v%s", app::APP_NAME, app::APP_VERSION);
Write
Preview
Loading…
Cancel
Save