mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Merge pull request #713 from jam7/refactor/debug-symbol
DEBUG_SYMBOLS modification
This commit is contained in:
@@ -9,6 +9,8 @@ class Package
|
|||||||
attr_accessor :in_upgrade
|
attr_accessor :in_upgrade
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@@debug_symbol = ENV['CREW_DEBUG_SYMBOL'] || false
|
||||||
|
|
||||||
def self.dependencies
|
def self.dependencies
|
||||||
# Not sure how to initialize instance variable of not constructed class.
|
# Not sure how to initialize instance variable of not constructed class.
|
||||||
# Therefore, initialize it in reader function.
|
# Therefore, initialize it in reader function.
|
||||||
|
|||||||
Reference in New Issue
Block a user