Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Sep 22, 2017
1 parent 2885bc1 commit 7f9aaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ga.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ module.exports = GoogleAnalytics =
atom.packages.onDidActivatePackage (pkg) ->
if "metrics" == pkg.name
meta = atom.packages.getLoadedPackage("evaluate").metadata
require("./google-analytics").sendEvent "core", "activated", meta.version
require("./ga").sendEvent "core", "activated", meta.version
return

0 comments on commit 7f9aaa8

Please sign in to comment.