Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 7f7f614

Browse files
committed
fixing no results when no suffix
1 parent 2f5e908 commit 7f7f614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runestone/hparsons/js/SQLFeedback.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ export default class SQLFeedback extends HParsonsFeedback {
174174
// and visualize the error
175175
this.visualizeResults(respDiv, this.results);
176176
executionSuccessFlag = false;
177+
} else if (query.suffix != null) {
178+
this.visualizeResults(respDiv, this.results);
177179
}
178180
}
179181

0 commit comments

Comments
 (0)