Skip to content

Commit 05a3219

Browse files
committed
amend error type
1 parent 139c7c3 commit 05a3219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/LogFileManager/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class LogFileManager {
293293
* @param queryArgs.queryString
294294
* @param queryArgs.isRegex
295295
* @param queryArgs.isCaseSensitive
296-
* @throws {Error} if the query regex string is invalid.
296+
* @throws {SyntaxError} if the query regex string is invalid.
297297
*/
298298
startQuery ({queryString, isRegex, isCaseSensitive}: QueryArgs): void {
299299
this.#queryId++;

0 commit comments

Comments
 (0)