log
This commit is contained in:
@@ -17,4 +17,4 @@ $map = $json | ConvertFrom-Json
|
||||
if (-not $map.sourcesContent -or $map.sourcesContent.Count -lt 1) { throw 'No sourcesContent in map payload' }
|
||||
$source = $map.sourcesContent[0]
|
||||
[System.IO.File]::WriteAllText($outPath, $source, [System.Text.UTF8Encoding]::new($false))
|
||||
Write-Host 'Recovered actions.ts from source map payload'
|
||||
Write-Host 'Recovered actions.ts from source map payload'
|
||||
|
||||
Reference in New Issue
Block a user