Update src/model/docker.ts
Co-authored-by: Webber Takken <webber.nl@gmail.com>pull/305/head
parent
df48d46e18
commit
ee8b3266cd
|
|
@ -248,7 +248,7 @@ class Docker {
|
||||||
fs.existsSync('C:/ProgramData/Microsoft/VisualStudio')
|
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
|
Make sure the runner has Visual Studio installed in the
|
||||||
default location`);
|
default location`);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue