提交 ac837a1d 编写于 作者: D Daniel Imms 提交者: GitHub

Make s in "script" upper case

Fixes #13208
上级 804729f7
...@@ -149,7 +149,7 @@ export class MacTerminalService implements ITerminalService { ...@@ -149,7 +149,7 @@ export class MacTerminalService implements ITerminalService {
const lines = stderr.split('\n', 1); const lines = stderr.split('\n', 1);
e(new Error(lines[0])); e(new Error(lines[0]));
} else { } else {
e(new Error(nls.localize('mac.terminal.script.failed', "script '{0}' failed with exit code {1}", script, code))); e(new Error(nls.localize('mac.terminal.script.failed', "Script '{0}' failed with exit code {1}", script, code)));
} }
} }
}); });
...@@ -277,4 +277,4 @@ function quote(args: string[]): string { ...@@ -277,4 +277,4 @@ function quote(args: string[]): string {
r += ' '; r += ' ';
} }
return r; return r;
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册