[svn] r5914: nemerle/trunk/tools/nemerlish/readline.n

nazgul svnadmin at nemerle.org
Mon Nov 7 18:11:39 CET 2005


Log:
Handle also EntryPointNotFoundException

Author: nazgul
Date: Mon Nov  7 18:11:35 2005
New Revision: 5914

Modified:
   nemerle/trunk/tools/nemerlish/readline.n

Modified: nemerle/trunk/tools/nemerlish/readline.n
==============================================================================
--- nemerle/trunk/tools/nemerlish/readline.n	(original)
+++ nemerle/trunk/tools/nemerlish/readline.n	Mon Nov  7 18:11:35 2005
@@ -65,9 +65,8 @@
       NativeReadLine ()
     }
     catch {
-      | _ is System.DllNotFoundException =>
-        //Console.WriteLine (e);
-        ConsoleReadLine ()
+      | _ is System.EntryPointNotFoundException => ConsoleReadLine ()
+      | _ is System.DllNotFoundException => ConsoleReadLine ()
     }
   }
 



More information about the svn mailing list