Remove unused parameter

to keep the code clean and readable
This commit is contained in:
Dave Rael
2015-10-22 08:58:39 -06:00
parent 35345893fc
commit 8acb2af055

View File

@@ -27,6 +27,6 @@ class AtomPortable
catch error
message = "Failed to use portable Atom home directory (#{@getPortableAtomHomePath()}). Using the default instead (#{defaultHome}). #{error.message}"
ipc.on 'check-portable-home-writable', (event, arg) ->
ipc.on 'check-portable-home-writable', (event) ->
event.sender.send 'check-portable-home-writable-response', {writable, message}
writable