Skip to content

Commit ba6c09a

Browse files
author
denfromufa
committed
Update assemblymanager.cs
1 parent 3447b9a commit ba6c09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/assemblymanager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public static Assembly LoadAssembly(string name) {
193193
try {
194194
assembly = Assembly.Load(name);
195195
}
196-
catch (System.Exception /*e*/) {
196+
catch (System.Exception e) {
197197
//if (!(e is System.IO.FileNotFoundException)) {
198198
// throw;
199199
//}

0 commit comments

Comments
 (0)