We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75e017 commit 0e8c7d1Copy full SHA for 0e8c7d1
packages/devtools_server/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.2
2
+- The `launchDevTools` service will now return well-formed errors if it fails to
3
+ launch the browser for any reason.
4
+
5
## 0.1.1
6
- When running on ChromeOS, the `launchDevTools` service will now launch the native
7
ChromeOS browser (instead of the Linux version of Chrome installed in the Linux
packages/devtools_server/pubspec.yaml
@@ -1,7 +1,7 @@
name: devtools_server
description: A server that supports Dart DevTools.
-version: 0.1.1
+version: 0.1.2
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/flutter/devtools
0 commit comments