فهرست منبع

diagnosing Watcher exception in Action test runs

Charlie Kindel 2 سال پیش
والد
کامیت
b21b695338
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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 ());
 		}