Skip to content

Commit

Permalink
Merge pull request #103 from IBM/fix-undefined-spoolfile-hang
Browse files Browse the repository at this point in the history
fix undefined spoolfile hang issue
  • Loading branch information
tiantn authored Jun 3, 2024
2 parents b54dcf3 + 288605d commit 0604623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zosAccessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,8 @@ class ZosAccessor {
} else {
deferred.resolve(jobStatus);
}
} else {
deferred.resolve(jobStatus);
}
} else {
deferred.resolve(jobStatus);
Expand Down

0 comments on commit 0604623

Please sign in to comment.