Skip to content

Commit

Permalink
amend error type
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry8192 committed Dec 9, 2024
1 parent 139c7c3 commit 05a3219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/LogFileManager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class LogFileManager {
* @param queryArgs.queryString
* @param queryArgs.isRegex
* @param queryArgs.isCaseSensitive
* @throws {Error} if the query regex string is invalid.
* @throws {SyntaxError} if the query regex string is invalid.
*/
startQuery ({queryString, isRegex, isCaseSensitive}: QueryArgs): void {
this.#queryId++;
Expand Down

0 comments on commit 05a3219

Please sign in to comment.