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