Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Holbrook committed Feb 5, 2024
1 parent 89928f4 commit 752a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RokuDeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ export class RokuDeploy {
console.log('publish 9');
throw new errors.CompileError('Compile error', replaceError, replaceError.results);
} else {
console.log('publish 9.1');
requestOptions.formData.mysubmit = 'Install';
response = await this.doPostRequest(requestOptions);
}
Expand Down Expand Up @@ -512,7 +513,6 @@ export class RokuDeploy {
this.logger.info('Error closing read stream', e);
}
}
console.log('publish 16');
}

/**
Expand Down

0 comments on commit 752a5f9

Please sign in to comment.