Skip to content

Instantly share code, notes, and snippets.

@poiru
poiru / node-windows-silent.patch
Created February 2, 2018 05:23
Patch to make Node 8.9.x run silently without popping up the console window and without triggering the spinning feedback cursor. See https://github.com/nodejs/node/issues/556
commit 1d685613e455017043d4371b3124eca997357eaa
Author: Birunthan Mohanathas <birunthan@mohanathas.com>
Date: Fri Feb 2 10:46:54 2018 +0530
node: generate a Windows application instead of a console application
This makes Node run silently without popping up a console window and
without triggering the spinning feedback cursor.
diff --git a/deps/uv/src/win/handle-inl.h b/deps/uv/src/win/handle-inl.h