We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e59ac commit 34bee17Copy full SHA for 34bee17
jscomp/ext/warnings.ml
@@ -515,7 +515,7 @@ let message = function
515
match maybe_text with
516
| None -> "Todo found."
517
| Some todo -> "Todo found: " ^ todo
518
- ) ^ "\n\nThis code will crash if it's run. Be sure to finish it before running your program."
+ ) ^ "\n\n This code will crash if it's run. Be sure to finish it before running your program."
519
520
let sub_locs = function
521
| Deprecated (_, def, use) ->
0 commit comments