Withdraw explicit "Default" option for exception handling
This commit is contained in:
parent
270cbc0365
commit
c80ea34fb4
@ -1477,8 +1477,6 @@
|
||||
m.element("ExceptionHandling", condition, "Async")
|
||||
elseif cfg.exceptionhandling == "On" then
|
||||
m.element("ExceptionHandling", condition, "Sync")
|
||||
elseif cfg.exceptionhandling == "Default" then
|
||||
m.element("ExceptionHandling", condition, "Sync")
|
||||
elseif cfg.exceptionhandling == "CThrow" then
|
||||
m.element("ExceptionHandling", condition, "SyncCThrow")
|
||||
end
|
||||
|
Reference in New Issue
Block a user