• M
    Fixed Issue 78731 (#78732) · 36e113e5
    mmulet 提交于
    * Fixed Issue 78731
    
    The error handler for OpenLinkOccurrence handled the case of 'invalid' or 'message', but the function returns an error of new Error('invalid') or new Error('missing') instead of 'invalid' or 'missing'. This causes the editor to throw an unhandled exception instead of a warning message. This fix checks for an err.message as well as err for 'invalid' or 'missing'
    36e113e5
links.ts 13.1 KB