From dbdfbf61f29f6e454c0543c977afb4061d24afa8 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 15 Aug 2021 21:56:30 +0200 Subject: :bug: fix server bundle --- bundle/src/Database.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/src/Database.ts') 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", -- cgit 1.5.1