Commit 015f54d3 authored by Mihai Alexandru Michis's avatar Mihai Alexandru Michis
Browse files

Bug 1641946 - Fix esling failure on try-runner.js

CLOSED TREE
parent 01b3d391
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -53,7 +53,11 @@ function checkBundles() {
  logStart("checkBundles");

  const ASbundle = path.join("data", "content", "activity-stream.bundle.js");
  const AWbundle = path.join("aboutwelcome", "content", "aboutwelcome.bundle.js");
  const AWbundle = path.join(
    "aboutwelcome",
    "content",
    "aboutwelcome.bundle.js"
  );
  let errors = [];

  let ASbefore = readFileSync(ASbundle, "utf8");