Skip to content

Commit

Permalink
Merge pull request atom#11750 from atom/devtron
Browse files Browse the repository at this point in the history
Add Devtron to the Developer Tools window
  • Loading branch information
lee-dohm committed May 16, 2016
2 parents b498521 + a5c6f27 commit 97529f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"clear-cut": "^2.0.1",
"coffee-script": "1.8.0",
"color": "^0.7.3",
"devtron": "1.1.0",
"event-kit": "^1.5.0",
"find-parent-dir": "^0.3.0",
"first-mate": "^5.1.1",
Expand Down
1 change: 1 addition & 0 deletions src/atom-environment.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ class AtomEnvironment extends Model
# Returns a {Promise} that resolves when the DevTools have been opened or
# closed.
toggleDevTools: ->
require("devtron").install()
@applicationDelegate.toggleWindowDevTools()

# Extended: Execute code in dev tools.
Expand Down

0 comments on commit 97529f9

Please sign in to comment.