Update README

This commit is contained in:
Deterous
2023-11-10 22:16:44 +13:00
parent 2fcf5fcae3
commit 5a9cce39ae
3 changed files with 18 additions and 14 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ namespace BuildIRD
ird1.Write("./test1.ird");
ird1.Print();
}
catch (FileNotFoundException e)
catch (FileNotFoundException)
{
Console.WriteLine("ERROR: File not found");
}
@@ -33,7 +33,7 @@ namespace BuildIRD
ird2.Write("./test2.ird");
ird2.Print();
}
catch (FileNotFoundException e)
catch (FileNotFoundException)
{
Console.WriteLine("ERROR: File not found");
}