Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logic to spawn different lock.exe based on windows version #151

Merged
merged 3 commits into from
Oct 22, 2015

Conversation

mauricioschneider
Copy link
Contributor

It's missing the new lock.exe, but everything else is ready, including specs.

@@ -12,11 +12,13 @@ var util = require('util'),
Emitter = require('events').EventEmitter,
exec = require('child_process').exec,
system = require('./../../common').system,
os_name = process.platform.replace('darwin', 'mac').replace('win32', 'windows'),
os = require('os'),
Copy link
Contributor

Choose a reason for hiding this comment

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

wrong alignment

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I noticed this, but couldn't find the issue in VIM, I'll check it again.

@raliste
Copy link
Contributor

raliste commented Aug 14, 2015

👍

mauricioschneider added a commit that referenced this pull request Oct 22, 2015
Add logic to spawn different lock.exe based on windows version
@mauricioschneider mauricioschneider merged commit 3ab62eb into master Oct 22, 2015
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