We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04131d commit ff196a2Copy full SHA for ff196a2
lua/flutter-tools/dev_tools.lua
@@ -85,7 +85,7 @@ end
85
86
function M.handle_devtools_available()
87
start_browser()
88
- ui.notify("Detected devtools url\nExecute FlutterCopyProfilerUrl to copy it")
+ ui.notify("Detected devtools url, execute FlutterCopyProfilerUrl to copy it")
89
end
90
91
--[[ {
0 commit comments