This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 1d685613e455017043d4371b3124eca997357eaa | |
Author: Birunthan Mohanathas <[email protected]> | |
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 |