Skip to content

Commit

Permalink
chore: if user set the path then not resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 28, 2024
1 parent 54314bc commit f31f45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/flutter-tools/executable.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function M.get(callback)
end

if config.flutter_path then
local flutter_path = fn.resolve(config.flutter_path)
local flutter_path = config.flutter_path
_paths = { flutter_bin = flutter_path, flutter_sdk = _flutter_sdk_root(flutter_path) }
_paths.dart_sdk = _dart_sdk_root(_paths)
_paths.dart_bin = _flutter_sdk_dart_bin(_paths.flutter_sdk)
Expand Down

0 comments on commit f31f45e

Please sign in to comment.