mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Undo accidental change to method signature
This commit is contained in:
@@ -263,7 +263,7 @@ class AtomApplication
|
||||
# The path to include specs from.
|
||||
# + specPath:
|
||||
# The directory to load specs from.
|
||||
runSpecs: ({exitWhenDone, resourcePath}) ->
|
||||
runSpecs: ({exitWhenDone, resourcePath, specPath}) ->
|
||||
if resourcePath isnt @resourcePath and not fs.existsSync(resourcePath)
|
||||
resourcePath = @resourcePath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user