Enable verbose logging for tests

This commit is contained in:
Glavin Wiechert 2017-06-01 04:37:13 -03:00
parent a9553fd51e
commit a92a48c6d6
1 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ describe "BeautifyLanguages", ->
pack = atom.packages.getLoadedPackage("atom-beautify")
pack.activateNow()
# Need more debugging on Windows
if isWindows
# Change logger level
atom.config.set('atom-beautify._loggerLevel', 'verbose')
# if isWindows
# Change logger level
atom.config.set('atom-beautify._loggerLevel', 'verbose')
# Return promise
return activationPromise