_tsc: remove stray backslash
This commit is contained in:
parent
8dd06dfaaf
commit
21621f3458
2
src/_tsc
2
src/_tsc
|
|
@ -194,7 +194,7 @@ local -a opts=(
|
||||||
"--excludeFiles[Remove a list of files from the watch mode's processing]:files:_files"
|
"--excludeFiles[Remove a list of files from the watch mode's processing]:files:_files"
|
||||||
"--libReplacement[Enable library replacement]"
|
"--libReplacement[Enable library replacement]"
|
||||||
"--erasableSyntaxOnly[Ensures that runtime constructs which are not part of ECMAScript are not allowed]"
|
"--erasableSyntaxOnly[Ensures that runtime constructs which are not part of ECMAScript are not allowed]"
|
||||||
'*:: :_files' \
|
'*:: :_files'
|
||||||
)
|
)
|
||||||
|
|
||||||
if (( $+opt_args[--build] )); then
|
if (( $+opt_args[--build] )); then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue