dont buffer stdout/stderr

This commit is contained in:
Rich Harris
2018-10-27 11:02:34 -04:00
parent 73ff95c677
commit cfd95ac024
3 changed files with 10 additions and 20 deletions

View File

@@ -69,7 +69,6 @@ export type ErrorEvent = {
export type FatalEvent = {
message: string;
log?: string;
};
export type InvalidEvent = {