Skip to content

Commit cddc55a

Browse files
author
Adnan Rahic
committedOct 21, 2020
fix require
1 parent 12b5438 commit cddc55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/gcAgent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'use strict'
1111

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

1515
function getProcessHeapInfo () {
1616
const pm = process.memoryUsage()

0 commit comments

Comments
 (0)
Please sign in to comment.