mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use path.delimiter
This commit is contained in:
@@ -94,7 +94,7 @@ module.exports = (grunt) ->
|
||||
opts:
|
||||
env: _.extend({}, process.env,
|
||||
ATOM_INTEGRATION_TESTS_ENABLED: true
|
||||
PATH: [process.env.path, chromedriverPath].join(":")
|
||||
PATH: [process.env.path, chromedriverPath].join(path.delimiter)
|
||||
)
|
||||
|
||||
else if process.platform is 'win32'
|
||||
|
||||
Reference in New Issue
Block a user