mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
strip quotes from the log file name
This commit is contained in:
parent
e9086d1811
commit
9cd5b46100
@ -190,7 +190,7 @@ namespace ts.server {
|
||||
if (option && value) {
|
||||
switch (option) {
|
||||
case "-file":
|
||||
logEnv.file = value;
|
||||
logEnv.file = stripQuotes(value);
|
||||
break;
|
||||
case "-level":
|
||||
const level: LogLevel = (<any>LogLevel)[value];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user