Skip to content

Commit 56fbd7b

Browse files
committed
Improve error message
1 parent 868bded commit 56fbd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
6666
return true;
6767
}
6868
catch (Exception ex) { return false;}
69-
69+
7070
}
7171
}
7272
};

0 commit comments

Comments
 (0)