7 lines
350 B
XML
7 lines
350 B
XML
<templateSet group="JavaScript">
|
|
<template name="__catch" value="try{ } catch( err) { logger.error(err); this.emit('recover'); }" description="try catch logger" toReformat="false" toShortenFQNames="true">
|
|
<context>
|
|
<option name="JAVA_SCRIPT" value="true" />
|
|
</context>
|
|
</template>
|
|
</templateSet> |