There was an error while loading. Please reload this page.
1 parent 4847054 commit e535828Copy full SHA for e535828
1 file changed
colcon_notification/desktop_notification/win32.py
@@ -124,3 +124,5 @@ def _on_destroy(hwnd, msg, wparam, lparam): # noqa: D102
124
'Failed to delete the notification handle: {e}'
125
.format_map(locals()))
126
win32gui.PostQuitMessage(0)
127
+
128
+ return 0
0 commit comments