Browse Source

diagnosing Watcher exception in Action test runs

Charlie Kindel 2 năm trước cách đây
mục cha
commit
b21b695338
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Terminal.Gui/Windows/FileDialog.cs

+ 1 - 0
Terminal.Gui/Windows/FileDialog.cs

@@ -116,6 +116,7 @@ namespace Terminal.Gui {
 
 		void Watcher_Error (object sender, ErrorEventArgs e)
 		{
+			Debug.WriteLine ($"Watcher error: {e.GetException ()}");
 			Application.MainLoop.Invoke (() => Reload ());
 		}