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 b70341e commit ca6d070Copy full SHA for ca6d070
src/ui-carto/utils/index.ios.ts
@@ -86,7 +86,7 @@ export class ZippedAssetPackage extends BaseNative<NTZippedAssetPackage, ZippedA
86
return NTZippedAssetPackage.alloc().initWithZipData(vectorTileStyleSetData);
87
}
88
} else {
89
- console.error(`could not find zip file: ${options.zipPath}`);
+ console.error(`could not find zip file: ${options.zipPath}(${zipPath})`);
90
return null;
91
92
0 commit comments