Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/filterComposer.js

Issue 29784585: Issue 6675 - Don't use relative path for info module require (Closed)
Patch Set: Created May 17, 2018, 1:48 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/cssInjection.js ('k') | lib/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterComposer.js
diff --git a/lib/filterComposer.js b/lib/filterComposer.js
index eb2b6712ed51fc9b48289fb773c4c64287355da8..213ed61cf792766f1e3fb1e360804f5446bebd07 100644
--- a/lib/filterComposer.js
+++ b/lib/filterComposer.js
@@ -26,7 +26,7 @@ const {Prefs} = require("./prefs");
const {extractHostFromFrame, isThirdParty} = require("./url");
const {getKey, checkWhitelisted} = require("./whitelisting");
const {port} = require("./messaging");
-const info = require("../buildtools/info");
+const info = require("info");
let readyPages = new ext.PageMap();
« no previous file with comments | « lib/cssInjection.js ('k') | lib/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld