summary refs log tree commit diff
path: root/bundle/src/Database.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 21:56:30 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 21:56:30 +0200
commitdbdfbf61f29f6e454c0543c977afb4061d24afa8 (patch)
tree25f6ca9692eeda3cdb6657aec0b4ee87c1acdedb /bundle/src/Database.ts
parent:bug: prevent @everyone role deletion (diff)
downloadserver-dbdfbf61f29f6e454c0543c977afb4061d24afa8.tar.xz
:bug: fix server bundle
Diffstat (limited to 'bundle/src/Database.ts')
-rw-r--r--bundle/src/Database.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/src/Database.ts b/bundle/src/Database.ts

index 0efd2471..7351290a 100644 --- a/bundle/src/Database.ts +++ b/bundle/src/Database.ts
@@ -2,7 +2,7 @@ import fs from "fs"; import { MongoMemoryServer } from "mongodb-memory-server"; import path from "path"; import exitHook from "async-exit-hook"; -console.log(process.arch, process.platform); + if (process.arch == "ia32") { Object.defineProperty(process, "arch", { value: "x64",