Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Sep 3, 2021
1 parent 40b235a commit c730815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/fetch_libsodium.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Future<void> main(List<String> arguments) async {
}

if (targetPlatform != null && fetchTargets.isEmpty) {
stderr.writeln('Unsupported platform: $targetPlatform');
exitCode = 1;
stderr.writeln('WARNING: Unsupported platform: $targetPlatform');
return;
}

Expand Down

0 comments on commit c730815

Please sign in to comment.