We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199ae88 commit c2e6d0aCopy full SHA for c2e6d0a
src/api/BundleDeploy/BundleDeployer.ts
@@ -219,7 +219,7 @@ export class BundleDeployer {
219
}
220
221
222
- private async submitJCL(jcl: string, session: AbstractSession): Promise<string> {
+ private async submitJCL(jcl: string, session: any): Promise<string> {
223
let spoolOutput: any;
224
const status: ITaskWithStatus = { percentComplete: TaskProgress.TEN_PERCENT,
225
statusMessage: "Submitting DFHDPLOY JCL",
0 commit comments