-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix: handle stdin correctly from slower stdout emitting #704
Conversation
@@ -106,6 +106,7 @@ export class RunCommand extends ApifyCommand<typeof RunCommand> { | |||
}; | |||
|
|||
async run() { | |||
console.log('running'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i guess this one was only for debugging and shouldn't be here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WOOPS, indeed
await RunCommand.run([], import.meta.url); | ||
|
||
console.log('ran'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
This works now