From ee8b3266cda13082abb18f83f8cd6468cc2dfb31 Mon Sep 17 00:00:00 2001 From: AndrewKahr <22359829+AndrewKahr@users.noreply.github.com> Date: Fri, 21 Jan 2022 13:22:22 -0800 Subject: [PATCH] Update src/model/docker.ts Co-authored-by: Webber Takken --- src/model/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/docker.ts b/src/model/docker.ts index 1afb8ccf..78b5d0c9 100644 --- a/src/model/docker.ts +++ b/src/model/docker.ts @@ -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`); }