Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 10, 2024
1 parent 7e008d1 commit 398be61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ export async function readPackageManifest(apkPath) {
} catch (e) {
throw new Error(`Cannot read the manifest from '${apkPath}'. Original error: ${e.stderr || e.message}`);
}
log.debug(stdout);

const extractValue = (
/** @type {string} */ line,
Expand Down

0 comments on commit 398be61

Please sign in to comment.