felixrieseberg / windows-build-tools

:package: Install C++ Build Tools for Windows using npm
MIT License
3.4k stars 237 forks source link

misc: Correct log message if Build Tools Installer cannot be found #185

Closed vladfrangu closed 5 years ago

vladfrangu commented 5 years ago

Seems like a small typo in the log, if it can't find the installer. (Can that even hapepn O.o)

jacobq commented 5 years ago

@vladfrangu runInstaller installs Microsoft's "Build Tools" while runPythonInstaller installs Python, so I don't think it makes sense to change the log message in runInstaller to refer to Python. Am I missing something?

Edit: Ha, yes, it's too early in the morning. I read the diff backwards ;)