This commit is contained in:
msyu
2024-10-29 13:04:37 +03:00
parent 5691f041d7
commit 5b0e8f5f49
2 changed files with 6 additions and 5 deletions
+5
View File
@@ -121,6 +121,11 @@
<!---<cfset "out.sql"=#local.result.sql#/>--->
<cfreturn representationOf(out)/>
<cfcatch type="any">
<!--- <cfreturn representationOf(createObject("java", "java.lang.System").getEnv())/> --->
<cfreturn representationOf(cfcatch)/>
</cfcatch>
</cftry>
</cffunction>