Skip to content

Commit 0d11508

Browse files
authored
fix: Fileref OUTFILE should be allowed for COM/IOM (#965)
1 parent 15b97a9 commit 0d11508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/connection/itc/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class SASRunner{
152152
153153
[void]FetchResultsFile([string]$filePath, [string]$outputFile) {
154154
$fileRef = ""
155-
$objFile = $this.objSAS.FileService.AssignFileref("outfile", "DISK", $filePath, "", [ref] $fileRef)
155+
$objFile = $this.objSAS.FileService.AssignFileref("", "DISK", $filePath, "", [ref] $fileRef)
156156
$objStream = $objFile.OpenBinaryStream(1);
157157
[Byte[]] $bytes = 0x0
158158

0 commit comments

Comments
 (0)