Skip to content

Commit ead1513

Browse files
authored
[Ignore] Log errors with session file (#2540)
1 parent 94f3624 commit ead1513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export class PowerShellProcess {
180180
utils.deleteSessionFile(this.sessionFilePath);
181181

182182
if (error) {
183-
this.log.write("Error occurred retrieving session file");
183+
this.log.write(`Error occurred retrieving session file:\n${error}`);
184184
return reject(error);
185185
}
186186

0 commit comments

Comments
 (0)