Answers for "how to get output of console.log in a file in javascript"

1

how to get output of console.log in a file in javascript

node script-file.js > log-file.txt
Posted by: Guest on August-25-2020
0

how to get output of console.log in a file in javascript

node script-file.js >log-file.txt 2>error-file.txt
Posted by: Guest on August-25-2020

Code answers related to "how to get output of console.log in a file in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language