Skip to content

Commit ef04527

Browse files
committed
chore: Add link to releases in error message
1 parent 3deefd2 commit ef04527

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

melos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: powersync_dart
2+
repository: https://github.com/powersync-ja/powersync.dart
23

34
packages:
45
- packages/*

packages/powersync/bin/setup_web.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ void main(List<String> arguments) async {
7575
} else {
7676
throw Exception(
7777
"""No compatible powersync core version found for sqlite3 version $sqlite3Version
78-
Latest supported sqlite3 versions: ${tags.take(4).map((tag) => tag.split('-')[0]).join(', ')}.
79-
Run `flutter pub upgrade powersync` to get the latest version of the powersync package.""");
78+
Latest supported sqlite3 versions: ${tags.take(3).map((tag) => tag.split('-')[0]).join(', ')}.
79+
You can view the full list of releases at https://github.com/powersync-ja/sqlite3.dart/releases""");
8080
}
8181

8282
final sqliteUrl =

0 commit comments

Comments
 (0)