提交 bd2ea445 编写于 作者: M Michel Kaporin

Fixed misspelled word.

上级 ef2bdc08
......@@ -34,7 +34,7 @@ export class ExceptionWidget extends ZoneWidget {
this.container.style.lineHeight = `${fontInfo.lineHeight}px`;
let title = $('.title');
title.textContent = nls.localize('exceptionThrown', 'Exception occured');
title.textContent = nls.localize('exceptionThrown', 'Exception occurred');
dom.append(container, title);
const thread = this.debugService.getViewModel().focusedThread;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册