Remove : from error message

This commit is contained in:
Kevin Sawicki
2015-11-03 15:00:52 -08:00
parent 95eb71090f
commit a6c1ab0990

View File

@@ -66,7 +66,7 @@ setupAtomHome = ({setPortable}) ->
try
AtomPortable.setPortable(atomHome)
catch error
console.log("Failed copying portable directory: '#{atomHome}' to '#{AtomPortable.getPortableAtomHomePath()}'")
console.log("Failed copying portable directory '#{atomHome}' to '#{AtomPortable.getPortableAtomHomePath()}'")
console.log("#{error.message} #{error.stack}")
if AtomPortable.isPortableInstall(process.platform, process.env.ATOM_HOME, atomHome)