Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError redirecting stdout? #210

Closed
jedahan opened this issue Feb 13, 2022 · 1 comment · Fixed by #239
Closed

TypeError redirecting stdout? #210

jedahan opened this issue Feb 13, 2022 · 1 comment · Fixed by #239
Milestone

Comments

@jedahan
Copy link

jedahan commented Feb 13, 2022

▲ cat hello.js
console.log('heyoooo')

▲ txiki.js/build/tjs hello.js
heyoooo

▲ txiki.js/build/tjs hello.js > output.log
TypeError: cannot read property 'write' of undefined
    at print (bundle.js:12858)
    at log (bundle.js:12934)
    at <anonymous> (test.js:1)

▲ txiki.js/build/tjs --version
v22.2.1
jedahan pushed a commit to jedahan/kiss-find that referenced this issue Feb 13, 2022
@saghul
Copy link
Owner

saghul commented Feb 14, 2022

Hey there! Yep stdio on files is not yet implemented. I'll get to it soon!

@saghul saghul added this to the next milestone Feb 21, 2022
saghul added a commit that referenced this issue Feb 24, 2022
saghul added a commit that referenced this issue Feb 24, 2022
saghul added a commit that referenced this issue Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants