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

Skip to content

Commit f6bde76

Browse files
authored
Merge pull request #3 from utPLSQL/fix/cursor_on_temp_table
Fixing call to color console setting.
2 parents 39fe80f + 24ce466 commit f6bde76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/RunDeveloperExamples.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set echo off
44
set feedback off
55
set linesize 1000
66

7-
exec ut_documentation_reporter.set_color_enabled(true);
7+
exec ut_ansiconsole_helper.color_enabled(true);
88
--developer examples
99
prompt RunExampleComplexSuiteWithCustomReporter
1010
@@developer_examples/RunExampleComplexSuiteWithCustomReporter.sql

0 commit comments

Comments
 (0)