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

Unified Diff: lib/uninstall.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/subscriptionInit.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/uninstall.js
diff --git a/lib/uninstall.js b/lib/uninstall.js
index 728331c95e86490c002d10392d9ac37de5dbbdd6..c9cec6436f9d8d7f570604fb2ed3315f4e510053 100644
--- a/lib/uninstall.js
+++ b/lib/uninstall.js
@@ -19,7 +19,7 @@
"use strict";
-const info = require("../buildtools/info");
+const info = require("info");
const {isDataCorrupted} = require("./subscriptionInit.js");
const {Prefs} = require("./prefs");
const {Utils} = require("./utils");
« no previous file with comments | « lib/subscriptionInit.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld