Skip to content

Commit 24ce466

Browse files
committed
Fixing call to color console setting.
1 parent a24425a commit 24ce466

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)