We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8aa5b commit ec5f885Copy full SHA for ec5f885
barrage.js
@@ -15,9 +15,8 @@ const PATH_SIZE = require("./path-sizes.json");
15
const IDS = [];
16
17
const path = require("path");
18
-const ROOT = path.join(__dirname, "..", "..");
19
-const BARRAGE_PATH = path.join(ROOT, "dist", "barrage.json");
20
-const INTERNAL_BARRAGE_PATH = path.join(ROOT, "dist", "barrage.internal.json");
+const BARRAGE_PATH = path.join( "dist", "barrage.json");
+const INTERNAL_BARRAGE_PATH = path.join( "dist", "barrage.internal.json");
21
22
exports.refreshBarrage = async function () {
23
console.log("Refreshing Barrage");
0 commit comments