diff --git a/.github/.cspell/words_dictionary.txt b/.github/.cspell/words_dictionary.txt index c45d42b0..001f25d0 100644 --- a/.github/.cspell/words_dictionary.txt +++ b/.github/.cspell/words_dictionary.txt @@ -1,3 +1,9 @@ # Actual english words (or common abbreviations) missing from CSpell upvote archiver + +# Fonts +Segoe +Roboto +Cantarell +Neue \ No newline at end of file diff --git a/packages/globe_cli/lib/src/utils/http_server.dart b/packages/globe_cli/lib/src/utils/http_server.dart index 122db0ee..5b860463 100644 --- a/packages/globe_cli/lib/src/utils/http_server.dart +++ b/packages/globe_cli/lib/src/utils/http_server.dart @@ -69,7 +69,7 @@ class GlobeHttpServer { // the error for debugging purposes. logger.err(''' -An error occured while handling the request $request: +An error occurred while handling the request $request: $error $stackTrace ''');