Skip to content

Commit

Permalink
fix a late init error
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 22, 2023
1 parent b6d0410 commit 634cf86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/dart_services/lib/src/sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class Sdk {
Sdk() {
_initPaths();

dartSdkPath = path.join(_flutterBinPath, 'cache', 'dart-sdk');
dartVersion = _readVersionFile(dartSdkPath);

// flutter --version --machine
Expand Down

0 comments on commit 634cf86

Please sign in to comment.