We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01b092 commit fd81038Copy full SHA for fd81038
1 file changed
Transpilers/Inline/Inline.TypeScript.psx.ps1
@@ -19,7 +19,7 @@
19
#>
20
[ValidateScript({
21
$cmdInfo = $_
22
- if ($cmdInfo.Source -match '\.ts)$') {
+ if ($cmdInfo.Source -match '\.ts$') {
23
return $true
24
}
25
return $false
0 commit comments