Skip to content

Commit 0d0a2dc

Browse files
committed
Updated error message.
1 parent 92a7817 commit 0d0a2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/bin/powersync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ async function copyDirectory(source, destination) {
3636
await fsPromise.cp(source, destination, { recursive: true });
3737
console.log(`Assets copied from ${source} to ${destination}`);
3838
} catch (err) {
39-
console.error(`Error copying directory: ${err.message}`);
39+
console.error(`Error copying assets: ${err.message}`);
4040
}
4141
}

0 commit comments

Comments
 (0)