Skip to content

Commit

Permalink
fix undefined spoolfile hang issue
Browse files Browse the repository at this point in the history
Signed-off-by: Tian Na <[email protected]>
  • Loading branch information
tiantn committed May 31, 2024
1 parent b54dcf3 commit 2c6ca30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zosAccessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,9 @@ class ZosAccessor {
} else {
deferred.resolve(jobStatus);
}
} else {
jobStatus.spoolFiles = [];
deferred.resolve(jobStatus);
}
} else {
deferred.resolve(jobStatus);
Expand Down

0 comments on commit 2c6ca30

Please sign in to comment.