mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
WIP: Getting specs and benchmarks running from the command line
This commit is contained in:
@@ -3,6 +3,8 @@ fs = require('fs')
|
||||
atom.configDirPath = fs.absolute("~/.atom")
|
||||
atom.configFilePath = fs.join(atom.configDirPath, "atom.coffee")
|
||||
|
||||
atom.exitWhenDone = window.location.params.exitWhenDone
|
||||
|
||||
messageIdCounter = 1
|
||||
originalSendMessageToBrowserProcess = atom.sendMessageToBrowserProcess
|
||||
|
||||
|
||||
Reference in New Issue
Block a user