mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-23 03:35:25 +01:00
Revert automatic reformat of flags fix
This commit is contained in:
parent
0ff03964b7
commit
87dc916fe4
@ -21,6 +21,9 @@
|
||||
|
||||
// load flags as soon as possible
|
||||
import { getFlag, loadFlags } from "./flags"
|
||||
|
||||
loadFlags()
|
||||
|
||||
import { setFlagsFromString } from "v8"
|
||||
import { program } from "commander"
|
||||
import express, { Request, Router } from "express"
|
||||
@ -78,8 +81,6 @@ import { multiplayerMenuDataRouter } from "./multiplayer/multiplayerMenuData"
|
||||
import { pack, unpack } from "msgpackr"
|
||||
import { liveSplitManager } from "./livesplit/liveSplitManager"
|
||||
|
||||
loadFlags()
|
||||
|
||||
// welcome to the bleeding edge
|
||||
setFlagsFromString("--harmony")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user