falood / file_system

Filesystem monitor for elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad typespec when list of directories is "bad"

kwando opened this issue · comments

FileSystem.start_link(dirs: nil) #=> :ignore

@spec start_link(Keyword.t) :: {:ok, pid}