Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Sep 25, 2011
1 parent 6e92ea7 commit 783066b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.cc
Expand Up @@ -2376,7 +2376,6 @@ static void EnableDebugSignalHandler(int signal) {

#if defined(__MINGW32__) || defined(_MSC_VER)
static bool EnableDebugSignalHandler(DWORD signal) {
return true;
if (signal != CTRL_BREAK_EVENT) return false;

// Break once process will return execution to v8
Expand Down

0 comments on commit 783066b

Please sign in to comment.