Преглед на файлове

Make error message more descriptive

pull/3/head
Tuncer Ayaz преди 13 години
родител
ревизия
7bd8cbd8d9
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      src/rebar_core.erl

+ 3
- 1
src/rebar_core.erl Целия файл

@ -235,7 +235,9 @@ remember_cwd_subdir(Cwd, Subdirs) ->
?DEBUG("Associate sub_dir ~s with ~s~n", [Dir, Cwd]),
dict:store(Dir, Cwd, Dict);
{ok, Existing} ->
?ABORT("sub_dir ~s already associated with ~s~n",
?ABORT("Internal consistency assertion failed.~n"
"sub_dir ~s already associated with ~s.~n"
"Duplicate sub_dirs or deps entries?",
[Dir, Existing]),
Dict
end

Зареждане…
Отказ
Запис