mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-17 19:13:55 +00:00
Disable exception
This commit is contained in:
@@ -235,7 +235,7 @@ export function parsePeIcon(data: Uint8Array) {
|
||||
try {
|
||||
return tryParsePeIcon(data);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
// console.error(e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user