Fix comment marker.

pull/3/head
Dave Page 2016-05-06 10:23:17 +01:00
parent c3762c9059
commit 1efba422bc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function(_, $, pgBrowser) {
function() {
var sql = '';
if (node) {
sql = pgBrowser.messages.NODE_HAS_NO_SQL;
sql = '-- ' + pgBrowser.messages.NODE_HAS_NO_SQL;
if (node.hasSQL) {
sql = '';