Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
elliette committed Oct 2, 2024
commit 7727d28735a1e3e474dbadfae2f1237529d39590
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Future<String> _mapAndTersify(StackTrace? stack) async {
if (originalStackTrace == null) return '';

final mappedStackTrace = await _maybeMapStackTrace(originalStackTrace);
// If mapping fails, revert back to the original source map:
// If mapping fails, revert back to the original stack trace:
final stackTrace = mappedStackTrace.toString().isEmpty
? originalStackTrace
: mappedStackTrace;
Expand Down