Skip to content

Commit

Permalink
chore: Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 7, 2024
1 parent 33bbaae commit 28132b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qttest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ export class QtTest {
if (!isLinux) { return undefined; }

return new Promise((resolve, reject) => {

if (this.verbose)
logMessage("qttest: Running ldd on " + this.filename);

const child = spawn("ldd", [this.filename]);
let output = "";
let result = false;
Expand Down

0 comments on commit 28132b5

Please sign in to comment.