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 6909c5f commit ea2e0c5Copy full SHA for ea2e0c5
src/android/utils/sdk/index.ts
@@ -53,6 +53,7 @@ export async function findAllSDKPackages(sdk: SDK): Promise<SDKPackage[]> {
53
debug('Walking %s to discover SDK packages', sdk.root);
54
const contents = await readdirp(sdk.root, {
55
filter: item => pathlib.basename(item.path) === 'package.xml',
56
+ onError: err => debug('Error while walking SDK: %O', err),
57
walkerOptions: {
58
pathFilter: p => {
59
if ([
0 commit comments