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 d322d13 commit b816b7fCopy full SHA for b816b7f
src/hx/widgets/App.hx
@@ -43,7 +43,7 @@ class App extends AppConsole {
43
}
44
45
public function exit() {
46
- locale.destroy();
+ if (locale != null) locale.destroy();
47
appRef.ptr.exit();
48
Entry.cleanup();
49
0 commit comments