Skip to content

Commit f68e066

Browse files
add logs
1 parent 134e056 commit f68e066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tools/powersync-download.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const getPowerSyncVersion = async () => {
1313

1414
export const downloadReleaseAsset = async ({ asset, outputPath }) => {
1515
const version = await getPowerSyncVersion();
16+
console.info(`Downloading ${asset}@${version}`);
1617

1718
const response = await fetch(
1819
`https://github.com/powersync-ja/powersync-sqlite-core/releases/download/${version}/${asset}`

0 commit comments

Comments
 (0)