提交 78d34e34 编写于 作者: D Daniel Imms

Make terminal instance regex readonly (TS 2)

上级 2eed9dbf
......@@ -28,7 +28,7 @@ import { TerminalConfigHelper, IShell } from 'vs/workbench/parts/terminal/electr
export class TerminalInstance implements ITerminalInstance {
/** The amount of time to consider terminal errors to be related to the launch */
private static readonly LAUNCHING_DURATION = 500;
private static EOL_REGEX = /\r?\n/g;
private static readonly EOL_REGEX = /\r?\n/g;
private static _idCounter = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册