Update src/model/docker.ts

Co-authored-by: Webber Takken <webber.nl@gmail.com>
pull/305/head
AndrewKahr 2022-01-21 13:22:22 -08:00 committed by GitHub
parent df48d46e18
commit ee8b3266cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class Docker {
fs.existsSync('C:/ProgramData/Microsoft/VisualStudio')
)
) {
throw new Error(`Visual Studio Installation not found at default location.
throw new Error(`Visual Studio not found at the default location.
Make sure the runner has Visual Studio installed in the
default location`);
}