Skip to content

Commit 2fd1329

Browse files
committed
ql file outputs message that function not found
1 parent 5876a5b commit 2fd1329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/queries/method.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import javascript
22

33
from Function func
44
where func.getName() = "hey"
5-
select func
5+
select func, "Function 'hey' was found."

0 commit comments

Comments
 (0)