mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix coffeelint error on trailing whitespace
This commit is contained in:
@@ -9,7 +9,7 @@ else
|
||||
|
||||
# Spawn powershell.exe and callback when it completes
|
||||
spawnPowershell = (args, callback) ->
|
||||
# Set encoding and execute the command, capture the output, and return it
|
||||
# Set encoding and execute the command, capture the output, and return it
|
||||
# via .NET's console in order to have consistent UTF-8 encoding.
|
||||
# See http://stackoverflow.com/questions/22349139/utf-8-output-from-powershell
|
||||
# to address https://github.com/atom/atom/issues/5063
|
||||
|
||||
Reference in New Issue
Block a user