We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6284d commit 1eb64a9Copy full SHA for 1eb64a9
packages/compass-smoke-tests/src/installers/windows-setup.ts
@@ -108,6 +108,7 @@ export function installWindowsSetup({
108
const appExecutablePath = path.resolve(appPath, `${appName}.exe`);
109
110
// Check if the app executable exists after installing
111
+ debug('Using app executable path: %s', appExecutablePath);
112
assert(
113
fs.existsSync(appExecutablePath),
114
`Expected ${appExecutablePath} to exist`
0 commit comments