Skip to content

Commit

Permalink
Merge pull request #171 from bostrot/log-fix
Browse files Browse the repository at this point in the history
Fixed repeated log messages
  • Loading branch information
bostrot authored Apr 26, 2023
2 parents 883cb8a + c8f3956 commit 3e8bceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/components/helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'package:shared_preferences/shared_preferences.dart';
import 'package:wsl2distromanager/api/safe_paths.dart';
import 'package:wsl2distromanager/api/wsl.dart';
import 'package:wsl2distromanager/components/constants.dart';
import 'package:wsl2distromanager/components/logging.dart';
import 'package:wsl2distromanager/nav/root_screen.dart';

late String language;
Expand Down Expand Up @@ -116,8 +115,7 @@ String getInstanceSize(String name) {
} else {
return '';
}
} catch (e, s) {
logDebug(e, s, null);
} catch (e) {
return '';
}
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wsl2distromanager
description: A GUI to quickly manage your WSL instances.

publish_to: 'none'
version: 1.8.3 # Current version
version: 1.8.4 # Current version

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down

0 comments on commit 3e8bceb

Please sign in to comment.