| Index: editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/DartRunLastAction.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/DartRunLastAction.java (revision 7163)
|
| +++ editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/DartRunLastAction.java (working copy)
|
| @@ -62,10 +62,6 @@
|
| launch(launchConfig);
|
| }
|
|
|
| - } else {
|
| -
|
| - DartRunAction dartRunAction = new DartRunAction(getWindow());
|
| - dartRunAction.run();
|
| }
|
| } catch (Throwable exception) {
|
| // We need to defensively show all errors coming out of here - the user needs feedback as
|
|
|