Skip to content

Commit

Permalink
rephrase timeout warning to reduce potential user confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Jul 14, 2023
1 parent 13c11b1 commit 318eef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mapped-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function mappedDiff(
);
if (diffResult === undefined) {
warning(
"Warning: diff of engine output timed out. No source lines will be available.",
"Warning: The computation used to determine source line information from the engine timed out.\nLine number information will be unavailable and/or inaccurate.",
);
return asMappedString(target);
}
Expand Down

0 comments on commit 318eef2

Please sign in to comment.