Skip to content

Commit 8f8aa5b

Browse files
authored
Update barrage.js
1 parent 8a8b874 commit 8f8aa5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

barrage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const PATH_SIZE = require("./path-sizes.json");
1515
const IDS = [];
1616

1717
const path = require("path");
18+
const ROOT = path.join(__dirname, "..", "..");
1819
const BARRAGE_PATH = path.join(ROOT, "dist", "barrage.json");
1920
const INTERNAL_BARRAGE_PATH = path.join(ROOT, "dist", "barrage.internal.json");
2021

0 commit comments

Comments
 (0)