Browse Source

Console is cancelled

pull/34/head
Raphaël Thériault 4 years ago
committed by GitHub
parent
commit
bca89dac97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      IPA.Injector/Injector.cs

+ 2
- 2
IPA.Injector/Injector.cs View File

@ -101,7 +101,7 @@ namespace IPA.Injector
} }
catch (Exception e) catch (Exception e)
{ {
Console.WriteLine(e);
// Console.WriteLine(e);
} }
} }
@ -340,4 +340,4 @@ namespace IPA.Injector
#endif #endif
} }
} }
}
}

Loading…
Cancel
Save