Index: pkg/dartino_compiler/lib/src/please_report_crash.dart |
diff --git a/pkg/fletchc/lib/src/please_report_crash.dart b/pkg/dartino_compiler/lib/src/please_report_crash.dart |
similarity index 92% |
rename from pkg/fletchc/lib/src/please_report_crash.dart |
rename to pkg/dartino_compiler/lib/src/please_report_crash.dart |
index 9b26e92626068091503bd693dc581edc7d26c2ac..dd6b9f9326c901e3defd055969c193edc249115c 100644 |
--- a/pkg/fletchc/lib/src/please_report_crash.dart |
+++ b/pkg/dartino_compiler/lib/src/please_report_crash.dart |
@@ -2,10 +2,10 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-library fletchc.please_report_crash; |
+library dartino_compiler.please_report_crash; |
import 'guess_configuration.dart' show |
- fletchVersion; |
+ dartinoVersion; |
bool crashReportRequested = false; |
@@ -23,7 +23,7 @@ Please include the following information: |
* the name and version of your operating system |
-* the Dartino SDK version ($fletchVersion) |
+* the Dartino SDK version ($dartinoVersion) |
* the entire message you see here (including the full stack trace |
below as well as the source location above) |
@@ -39,7 +39,7 @@ Please include the following information: |
* the name and version of your operating system |
-* the Dartino SDK version ($fletchVersion) |
+* the Dartino SDK version ($dartinoVersion) |
* the entire message you see here (including the full stack trace below) |
"""; |