This website requires JavaScript.
Explore
Help
Sign In
root
/
toolkit
Watch
1
Star
0
Fork
You've already forked toolkit
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
vmjoseph/execFile-blank-test
toolkit
/
packages
/
exec
/
__tests__
/
scripts
/
stdoutoutput.js
1 line
49 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Add exec (#10) * Add exec * Fix linux tests * unnecessary dependency * Dont prefix ExecOptions with I * Consistency nits * Respond to feedback * Add toolrunner explanatory quote * Format
2019-05-29 03:21:45 +08:00
process
.
stdout
.
write
(
'this is output to stdout'
)
;