Skip to content

Commit ca6d070

Browse files
committed
chore: logging
1 parent b70341e commit ca6d070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-carto/utils/index.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class ZippedAssetPackage extends BaseNative<NTZippedAssetPackage, ZippedA
8686
return NTZippedAssetPackage.alloc().initWithZipData(vectorTileStyleSetData);
8787
}
8888
} else {
89-
console.error(`could not find zip file: ${options.zipPath}`);
89+
console.error(`could not find zip file: ${options.zipPath}(${zipPath})`);
9090
return null;
9191
}
9292
}

0 commit comments

Comments
 (0)