Skip to content

Commit

Permalink
Merge pull request DanTheMan827#52 from KageDev/patch-1
Browse files Browse the repository at this point in the history
Update NSTask-execute.swift
  • Loading branch information
DanTheMan827 authored Apr 6, 2017
2 parents 3b7b5c7 + fdb8b88 commit cd44c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NSTask-execute.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ extension Process {
data.append(pipeFile.availableData)
}

pipeFile.closeFile();
self.terminate();

let output = NSString(data: data as Data, encoding: String.Encoding.utf8.rawValue) as! String

return AppSignerTaskOutput(status: self.terminationStatus, output: output)
Expand Down

0 comments on commit cd44c44

Please sign in to comment.