Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Miscellaneous fix-ups #200

Merged
merged 6 commits into from
May 2, 2017
Merged

Miscellaneous fix-ups #200

merged 6 commits into from
May 2, 2017

Conversation

jeffyoung
Copy link
Contributor

No description provided.

@@ -53,27 +53,27 @@ export class Undo implements ITfvcCommand<string[]> {
// * All of the files have no pending changes (exitCode === 100)
//If some of the files have no pending changes, we want to process the ones that did.
//If all of the files have no pending changes, return []
//Otherwise, we assume some error occurred so let that be thrown.
//Otherwise, we assume some error occurred so const that be thrown.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you mean "let" here and on the comment below

@@ -250,7 +250,7 @@ export class TfCommandLineRunner {
let stdout: string = buffers.join("");
if (isExe) {
// TF.exe repeats the command line as part of the standard out when using the @ response file options
// So, we look for the noprompt option to let us know where that line is so we can strip it off
// So, we look for the noprompt option to const us know where that line is so we can strip it off
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let

Copy link
Member

@jpricket jpricket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than a few comments that now have "const" instead of "let", the changes look good!

@jeffyoung jeffyoung merged commit fde8255 into master May 2, 2017
@jeffyoung jeffyoung deleted the jeyou/misc-fixups branch May 2, 2017 18:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants