Skip to content

Conversation

SvetoslavTsenov
Copy link
Contributor

No description provided.

@SvetoslavTsenov
Copy link
Contributor Author

e2e

@@ -235,7 +235,7 @@ export function executeCommand(args, cwd?): string {

const output = childProcess.spawnSync("", args.split(" "), {
shell: true,
cwd: process.cwd(),
cwd: cwd,
Copy link

Choose a reason for hiding this comment

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

this can be shortened: cwd: cwd -> cwd

@SvetoslavTsenov
Copy link
Contributor Author

e2e

@SvetoslavTsenov SvetoslavTsenov merged commit 30f53a0 into master Oct 2, 2017
@SvetoslavTsenov SvetoslavTsenov deleted the tsenov/utils-typo branch October 14, 2017 17:31
@lock
Copy link

lock bot commented Aug 26, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 26, 2019
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.

2 participants