Skip to content

Commit 3deefd2

Browse files
committed
chore: Update error message for latest supported sqlite versions
1 parent 4a27874 commit 3deefd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync/bin/setup_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void main(List<String> arguments) async {
7575
} else {
7676
throw Exception(
7777
"""No compatible powersync core version found for sqlite3 version $sqlite3Version
78-
78+
Latest supported sqlite3 versions: ${tags.take(4).map((tag) => tag.split('-')[0]).join(', ')}.
7979
Run `flutter pub upgrade powersync` to get the latest version of the powersync package.""");
8080
}
8181

0 commit comments

Comments
 (0)