diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 14:31:23 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 14:31:23 +0200 |
commit | 7aeeb6833d72ce63d699d693a8d18b9a85d0c69f (patch) | |
tree | 562cdfd1255bf538093581a9357076232880cfce /bundle | |
parent | :bug: fix array key in config (diff) | |
parent | Merge pull request #429 from fosscord/dev (diff) | |
download | server-7aeeb6833d72ce63d699d693a8d18b9a85d0c69f.tar.xz |
Merge branch 'master' of http://github.com/fosscord/fosscord-server
Diffstat (limited to 'bundle')
-rw-r--r-- | bundle/scripts/build.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bundle/scripts/build.js b/bundle/scripts/build.js index c6a98b80..05cf37ce 100644 --- a/bundle/scripts/build.js +++ b/bundle/scripts/build.js @@ -37,7 +37,6 @@ function transpileFiles() { const files = walk(path.join(__dirname, "..", "..", part, "dist")); for (const file of files) { let content = fs.readFileSync(file, { encoding: "utf8" }); - console.log(file); content = content .replace( new RegExp(`@fosscord/${part}`), |