Skip to content

Commit 21ac248

Browse files
add toolbar with refresh, rerun and rerun in worksheet
1 parent 5e49843 commit 21ac248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldev/src/main/java/org/utplsql/sqldev/runner/UtplsqlRunner.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class UtplsqlRunner implements RealtimeReporterEventConsumer {
9696
}
9797

9898
private def initRun() {
99-
run = new Run(reporterId, connectionName)
99+
run = new Run(reporterId, connectionName, pathList)
100100
run.startTime = sysdate
101101
run.counter.disabled = 0
102102
run.counter.success = 0

0 commit comments

Comments
 (0)