Update index.js

pull/251/head
Anton Medvedev 1 year ago
parent 2cfd1d0f36
commit cd1803c9b9
No known key found for this signature in database

@ -1,10 +1,10 @@
void async function main() {
const process = await import('node:process')
const args = process.argv.slice(2)
let input = ''
process.stdin.setEncoding('utf8')
for await (const chunk of process.stdin)
input += chunk
const args = process.argv.slice(2)
let json
try {

Loading…
Cancel
Save