Skip to content

Commit 1eb64a9

Browse files
committed
Add a debug statement with the executable
1 parent ba6284d commit 1eb64a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-smoke-tests/src/installers/windows-setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export function installWindowsSetup({
108108
const appExecutablePath = path.resolve(appPath, `${appName}.exe`);
109109

110110
// Check if the app executable exists after installing
111+
debug('Using app executable path: %s', appExecutablePath);
111112
assert(
112113
fs.existsSync(appExecutablePath),
113114
`Expected ${appExecutablePath} to exist`

0 commit comments

Comments
 (0)