sisoe24 / Nuke-Tools

Found single char variable name JS-C1002
Anti-pattern
Minor
5 months ago5 months old
Variable name is too small
84}
85
86async function captureStdout(fn: any) {
87    let w = process.stdout.write,88        buffer = "";
89    process.stdout.write = (s) => {
90        buffer = buffer + s;