Selaa lähdekoodia

R15 does not appear to properly handle the export_all directive added to rebar.config

pull/360/head
John R. Daily 9 vuotta sitten
vanhempi
commit
124ba14f18
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/lager_app.erl

+ 1
- 0
src/lager_app.erl Näytä tiedosto

@ -23,6 +23,7 @@
-behaviour(application). -behaviour(application).
-include("lager.hrl"). -include("lager.hrl").
-ifdef(TEST). -ifdef(TEST).
-compile([export_all]).
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-endif. -endif.
-export([start/0, -export([start/0,

Ladataan…
Peruuta
Tallenna