Enable verbose logging for tests
This commit is contained in:
parent
a9553fd51e
commit
a92a48c6d6
|
@ -53,7 +53,7 @@ describe "BeautifyLanguages", ->
|
|||
pack = atom.packages.getLoadedPackage("atom-beautify")
|
||||
pack.activateNow()
|
||||
# Need more debugging on Windows
|
||||
if isWindows
|
||||
# if isWindows
|
||||
# Change logger level
|
||||
atom.config.set('atom-beautify._loggerLevel', 'verbose')
|
||||
# Return promise
|
||||
|
|
Loading…
Reference in New Issue