This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
ignore return value of `rebar_utils:reread_config` in shell provider
pull/1234/head
alisdair sullivan
9 years ago
parent
db8dbdfbcf
commit
74cc922fb4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/rebar_prv_shell.erl
+ 2
- 1
src/rebar_prv_shell.erl
View File
@ -332,7 +332,8 @@ reread_config(State) ->
no_config
-
>
ok
;
ConfigList
-
>
rebar_utils
:
reread_config
(
ConfigList
)
_
=
rebar_utils
:
reread_config
(
ConfigList
)
,
ok
end
.
boot_apps
(
Apps
)
-
>
Write
Preview
Loading…
Cancel
Save