mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
browser -> main-process
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = (grunt) ->
|
||||
'exports'
|
||||
'spec'
|
||||
'src'
|
||||
'src/browser'
|
||||
'src/main-process'
|
||||
'static'
|
||||
'vendor'
|
||||
]
|
||||
|
||||
@@ -107,7 +107,7 @@ module.exports = (grunt) ->
|
||||
runMainProcessSpecs = (callback) ->
|
||||
appPath = getAppPath()
|
||||
resourcePath = process.cwd()
|
||||
mainProcessSpecsPath = path.resolve('spec/browser')
|
||||
mainProcessSpecsPath = path.resolve('spec/main-process')
|
||||
|
||||
if process.platform in ['darwin', 'linux']
|
||||
options =
|
||||
|
||||
Reference in New Issue
Block a user