Skip to content

Commit fd81038

Browse files
author
James Brundage
committed
Fixing Inline TypeScript Transpliler Regex (#71)
1 parent d01b092 commit fd81038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transpilers/Inline/Inline.TypeScript.psx.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#>
2020
[ValidateScript({
2121
$cmdInfo = $_
22-
if ($cmdInfo.Source -match '\.ts)$') {
22+
if ($cmdInfo.Source -match '\.ts$') {
2323
return $true
2424
}
2525
return $false

0 commit comments

Comments
 (0)