PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/pino/test/fixtures

Просмотр файла: to-file-transport.mjs

import { createWriteStream } from 'fs'
import { once } from 'events'

export default async function run (opts) {
  const stream = createWriteStream(opts.destination)
  await once(stream, 'open')
  return stream
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!