Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
im dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
reis authored Aug 9, 2022
1 parent 6762063 commit 8e449f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsEvents/GetAppVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ module.exports = async function (message, ws) {
);
global.apkInfo = {
version: appVersion,
arch: deviceArch.stdout.replace(os.EOL, '');
arch: deviceArch.stdout.replace(os.EOL, '')
};
return await downloadApp(ws);
} else {
global.apkInfo = {
version: appVersion,
arch: null;
arch: null
};
return await downloadApp(ws);
}
Expand Down

2 comments on commit 8e449f6

@Cultsonfire
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[builder] WARNING: aapt2 W 08-08 22:08:52 22347 22347] Unknown chunk type '200'
Safe to ignore ?

@shrihankp
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.