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

Unified Diff: lib/options.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/filterComposer.js ('k') | lib/prefs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/options.js
diff --git a/lib/options.js b/lib/options.js
index c46c4014a358b11348d015a7578aa7abce7caf5b..2c800db176efe2feaa3f90b9cbe4ee6a42a3fbe8 100644
--- a/lib/options.js
+++ b/lib/options.js
@@ -20,7 +20,7 @@
"use strict";
const {checkWhitelisted} = require("./whitelisting");
-const info = require("../buildtools/info");
+const info = require("info");
const manifest = browser.runtime.getManifest();
const optionsUrl = manifest.options_page || manifest.options_ui.page;
« no previous file with comments | « lib/filterComposer.js ('k') | lib/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld