mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix #17356
Refs: https://github.com/electron/electron/issues/10732#issuecomment-390321086
This commit is contained in:
@@ -33,6 +33,7 @@ module.exports = function start (resourcePath, startTime) {
|
||||
console.log = nslog
|
||||
|
||||
app.commandLine.appendSwitch('enable-experimental-web-platform-features')
|
||||
app.commandLine.appendSwitch('force-color-profile', 'srgb')
|
||||
|
||||
const args = parseCommandLine(process.argv.slice(1))
|
||||
atomPaths.setAtomHome(app.getPath('home'))
|
||||
|
||||
Reference in New Issue
Block a user