未验证 提交 60b9296f 编写于 作者: R Rob Lourens

Fix #33637 - uncaught error when searching path that doesn't exist

上级 4313732a
......@@ -968,6 +968,7 @@ export class SearchViewlet extends Viewlet {
query = this.queryBuilder.text(content, folderResources, options);
} catch (err) {
onQueryValidationError(err);
return;
}
this.validateQuery(query).then(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册