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
Add spec: rebar_utils:abort/2 does not return
Thanks to Kostis for no_return() result type.
Tuncer Ayaz
14 years ago
parent
77660c5da6
commit
79546e66ff
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/rebar_utils.erl
+ 1
- 0
src/rebar_utils.erl
View File
@ -123,6 +123,7 @@ ensure_dir(Path) ->
Error
end
.
-
spec
abort
(
string
(
)
,
[
term
(
)
]
)
-
>
no_return
(
)
.
abort
(
String
,
Args
)
-
>
?
ERROR
(
String
,
Args
)
,
halt
(
1
)
.
Write
Preview
Loading…
Cancel
Save