Skip to content

Commit 85a6e29

Browse files
hs0225daeyeon
authored andcommitted
fix: do not reset stdio on Tizen
Signed-off-by: Hosung Kim hs852.kim@samsung.com
1 parent d404d0d commit 85a6e29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deps/node/src/node_main_lw_runner-inl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ class LWNodeMainRunner {
192192
exit_code = EmitExit(env_.get());
193193
}
194194

195+
#if !defined(HOST_TIZEN)
195196
ResetStdio();
197+
#endif
196198

197199
// TODO(addaleax): Neither NODE_SHARED_MODE nor HAVE_INSPECTOR really
198200
// make sense here.

0 commit comments

Comments
 (0)