OTP16 type again
This commit is contained in:
parent
5345242e27
commit
59c0c06b60
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@
|
|||
|
||||
-record(state, {owner :: pid(),
|
||||
root_path :: string(),
|
||||
pending_deletions = dict:new() :: dict:dict()}).
|
||||
pending_deletions = dict:new() % OTP 16 does not like type
|
||||
}).
|
||||
|
||||
%%%============================================================================
|
||||
%%% API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue