mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-29 02:12:58 +08:00
chore: DEBUG_REPLAY 改成 false
This commit is contained in:
parent
0856c12aee
commit
b8be68d66d
@ -13,7 +13,7 @@ import { RequiredData, RequiredIconsData, ResourceType } from './types';
|
||||
import { splitResource, SplittedResource } from './build-resource';
|
||||
import { formatSize } from './utils';
|
||||
|
||||
const DEBUG_REPLAY = true;
|
||||
const DEBUG_REPLAY = false;
|
||||
|
||||
const ansi = {
|
||||
clear: '\x1b[2J\x1b[0f'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user