mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
also inject exception handler in release
This commit is contained in:
parent
700826ec86
commit
34e0c7c4b5
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace Dalamud.Injector {
|
||||||
|
|
||||||
Thread.Sleep(1000);
|
Thread.Sleep(1000);
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG || RELEASE
|
||||||
// Inject exception handler
|
// Inject exception handler
|
||||||
NativeInject(process);
|
NativeInject(process);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue