summaryrefslogtreecommitdiff
path: root/lib/tools/doc/src/cover.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-02-20 09:27:28 +0100
committerGitHub <noreply@github.com>2021-02-20 09:27:28 +0100
commitc056ac98882b0559f142cada1a8be940bb73edcf (patch)
tree147405278847b3392eff00da4309511629a92b03 /lib/tools/doc/src/cover.xml
parent870cb247fb3099fc1870b53be29272b143c4059c (diff)
parentfba5a42890990a01aca764750ebb6a4913cbc24c (diff)
downloaderlang-c056ac98882b0559f142cada1a8be940bb73edcf.tar.gz
Merge pull request #4535 from bjorng/bjorn/elixir-abstract-code/GH-4353/OTP-17194
beam_lib, cover: Don't crash when an abstract code backend is missing
Diffstat (limited to 'lib/tools/doc/src/cover.xml')
-rw-r--r--lib/tools/doc/src/cover.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tools/doc/src/cover.xml b/lib/tools/doc/src/cover.xml
index 8073bfc528..0889a16f65 100644
--- a/lib/tools/doc/src/cover.xml
+++ b/lib/tools/doc/src/cover.xml
@@ -217,9 +217,10 @@
<v>ModFiles = ModFile | [ModFile]</v>
<v>ModFile = Module | BeamFile</v>
<v>&nbsp;Module = atom()</v>
+ <v>&nbsp;BackendModule = atom()</v>
<v>&nbsp;BeamFile = string()</v>
<v>Result = {ok,Module} | {error,BeamFile} | {error,Reason}</v>
- <v>&nbsp;Reason = non_existing | {no_abstract_code,BeamFile} | {encrypted_abstract_code,BeamFile} | {already_cover_compiled,no_beam_found,Module} | not_main_node</v>
+ <v>&nbsp;Reason = non_existing | {no_abstract_code,BeamFile} | {{missing_backend,BackendModule},BeamFile} | {encrypted_abstract_code,BeamFile} | {already_cover_compiled,no_beam_found,Module} | not_main_node</v>
</type>
<desc>
<p>Does the same as <c>compile/1,2</c>, but uses an existing