diff options
author | Leo Liu <[email protected]> | 2015-07-07 11:02:15 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-07-07 11:08:40 +0200 |
commit | b602ed02a44e2cb6eec2d8e79f723cf607138934 (patch) | |
tree | 811bb38565032c9f52504384740334b65fe5a233 /lib/stdlib/src/shell.erl | |
parent | ddc7ce9124a8fb03bb95b5d550812c34f4177946 (diff) | |
download | otp-b602ed02a44e2cb6eec2d8e79f723cf607138934.tar.gz otp-b602ed02a44e2cb6eec2d8e79f723cf607138934.tar.bz2 otp-b602ed02a44e2cb6eec2d8e79f723cf607138934.zip |
Export shell:catch_exception/1 as documented
Diffstat (limited to 'lib/stdlib/src/shell.erl')
-rw-r--r-- | lib/stdlib/src/shell.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/shell.erl b/lib/stdlib/src/shell.erl index c64123a207..f215a66812 100644 --- a/lib/stdlib/src/shell.erl +++ b/lib/stdlib/src/shell.erl @@ -23,7 +23,7 @@ -export([whereis_evaluator/0, whereis_evaluator/1]). -export([start_restricted/1, stop_restricted/0]). -export([local_allowed/3, non_local_allowed/3]). --export([prompt_func/1, strings/1]). +-export([catch_exception/1, prompt_func/1, strings/1]). -define(LINEMAX, 30). -define(CHAR_MAX, 60). |