Skip to content

Commit a65c4b5

Browse files
Chan Chak ShingHainish
authored andcommitted
Fix incorrect paths specified in utils/memusage.js (EFForg#15781)
1 parent 764abea commit a65c4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/memusage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (typeof gc !== 'function') {
77
throw new Error('Please re-run with `node --expose-gc utils/memusage.js`');
88
}
99

10-
const { RuleSets } = require('../chromium/rules');
10+
const { RuleSets } = require('../chromium/background-scripts/rules');
1111
const { readFileSync } = require('fs');
1212
const json = JSON.parse(readFileSync(`${__dirname}/../rules/default.rulesets`, 'utf-8'));
1313

0 commit comments

Comments
 (0)