Skip to content

Commit 0a63971

Browse files
committed
fixup! fixup! feat: add possibility to set global run options
1 parent 680f396 commit 0a63971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/flutter-tools/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ local config = {
101101
pre_run_callback = nil,
102102
root_patterns = { ".git", "pubspec.yaml" },
103103
fvm = false,
104-
global_run_options = nil,
104+
default_run_args = nil,
105105
widget_guides = {
106106
enabled = false,
107107
debug = false,

0 commit comments

Comments
 (0)