Clear up a Logger class lookup issue that was reported.
This commit is contained in:
parent
47ad8f17aa
commit
3bb88271e7
@ -4,7 +4,7 @@ module Compass
|
||||
attr_writer :logger
|
||||
|
||||
def logger
|
||||
@logger ||= Logger.new
|
||||
@logger ||= ::Compass::Logger.new
|
||||
end
|
||||
|
||||
# copy/process a template in the compass template directory to the project directory.
|
||||
|
Loading…
Reference in New Issue
Block a user