Skip to content

Commit 72878fb

Browse files
committed
Pass up empty string at this stage
1 parent 6b343b4 commit 72878fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/adapt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function adaptValue(val: ColumnValue): ResultValue {
7373
}
7474

7575
if (url === undefined) {
76-
return val.label || 'no label';
76+
return val.label || '';
7777
}
7878

7979
return {

0 commit comments

Comments
 (0)