Skip to content

Conversation

skovhus
Copy link
Collaborator

@skovhus skovhus commented Apr 7, 2018

No description provided.

@skovhus skovhus requested a review from mads-hartmann April 7, 2018 22:12
Copy link
Collaborator

@mads-hartmann mads-hartmann left a comment

Choose a reason for hiding this comment

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

One tiny thing

const name = isWindows() ? 'bash-language-server.cmd' : 'bash-language-server'
const command = Path.join(basePath, name)
return new Promise((resolve, reject) => {
const command = path.join(basePath, name)
Copy link
Collaborator

Choose a reason for hiding this comment

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

You forgot to lower-case the import :)

@skovhus skovhus force-pushed the client-util-refactor branch from 2ac0dd1 to 8b5db74 Compare April 8, 2018 06:49
@skovhus
Copy link
Collaborator Author

skovhus commented Apr 8, 2018

@mads-hartmann should be there now : )

Copy link
Collaborator

@mads-hartmann mads-hartmann left a comment

Choose a reason for hiding this comment

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

Awesome 👍

@skovhus skovhus merged commit fcee211 into master Apr 8, 2018
@skovhus skovhus deleted the client-util-refactor branch April 8, 2018 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants