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 6b2626f commit 2252cbcCopy full SHA for 2252cbc
docs/dev/bnil-modifying.md
@@ -615,10 +615,8 @@ It can be exceedingly helpful to put your entire modification script inside a `t
615
616
// Rethrowing the exception here might abort the program (if it is uncaught)
617
// So you probably want to just eat the exception and print an angry message
618
+ LogErrorWithStackTraceF("Got an exception"); // 5.2 and later
619
// throw;
- char* trace = BNGetCurrentStackTraceString();
620
- LogErrorF("Got an exception {}", trace);
621
- free(trace);
622
}
623
624
```
0 commit comments