图形状态处理添加异常捕获,不影响其他对象处理

This commit is contained in:
walker 2023-08-04 11:13:23 +08:00
parent d13ffcc041
commit 4e785acf07

View File

@ -548,7 +548,7 @@ export class GraphicApp extends EventEmitter<GraphicAppEvents> {
} }
} catch (err) { } catch (err) {
console.error('图形状态处理异常', g, state, err); console.error('图形状态处理异常', g, state, err);
throw err; // throw err;
} }
}); });
} }