diff '--color=auto' -uNr node-v18.0.0.orig/src/debug_utils.cc node-v18.0.0/src/debug_utils.cc --- node-v18.0.0.orig/src/debug_utils.cc 2022-04-21 15:15:47.371869784 +0530 +++ node-v18.0.0/src/debug_utils.cc 2022-04-21 15:47:45.587175071 +0530 @@ -500,7 +500,7 @@ WriteConsoleW(handle, wbuf.data(), n, nullptr, nullptr); return; -#elif defined(__ANDROID__) +#elif defined(__ANDROID__) && !defined(__TERMUX__) if (file == stderr) { __android_log_print(ANDROID_LOG_ERROR, "nodejs", "%s", str.data()); return;