Files
memecoin-botV2/.pnpm-store/v10/files/62/ba82d179cf08e56b1a3c6a96ce1574f35d32e9a0dbfc043b2e3024c21e939be025dfb23c1a1ea616bf195b04fda704a0f873eeca067c774c8cc46ef7b96dac

10 lines
251 B
Plaintext

'use strict'
global.process = { __proto__: process, pid: 123456 }
Date.now = function () { return 1459875739796 }
require('node:os').hostname = function () { return 'abcdefghijklmnopqr' }
const pino = require('../../..')()
pino.info('hello world')