Skip to content

Commit

Permalink
fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahic committed Oct 21, 2020
1 parent 12b5438 commit cddc55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gcAgent.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'use strict'

const { Agent, Config } = require('spm-agent')
const gcStats = (require('gc-stats'))()
const gcStats = (require('@sematext/gc-stats'))()

function getProcessHeapInfo () {
const pm = process.memoryUsage()
Expand Down

0 comments on commit cddc55a

Please sign in to comment.