mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Git -> GitRepository
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports =
|
||||
Range: Range
|
||||
|
||||
Object.defineProperty module.exports, 'Git', get: ->
|
||||
deprecate "Please require `GitRepository` instead of `Git`: `{Git} = require 'atom'`"
|
||||
deprecate "Please require `GitRepository` instead of `Git`: `{GitRepository} = require 'atom'`"
|
||||
module.exports.GitRepository
|
||||
|
||||
# The following classes can't be used from a Task handler and should therefore
|
||||
|
||||
Reference in New Issue
Block a user