Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5b42de

Browse files
committed
Refactoring bugfix.
1 parent 9285dee commit a5b42de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/types/ut_executable.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ create or replace type body ut_executable is
144144

145145
member function get_error_stack_trace return varchar2 is
146146
begin
147-
return rtrim(self.error_stack||'Backtrace:'||chr(10)||self.error_backtrace, chr(10));
147+
return rtrim(self.error_stack||self.error_backtrace, chr(10));
148148
end;
149149
end;
150150
/

0 commit comments

Comments
 (0)