Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Add missing return statement in _debugPause() binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Dec 19, 2011
1 parent 2f1b446 commit eccd6e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.cc
Expand Up @@ -2597,6 +2597,7 @@ static Handle<Value> DebugProcess(const Arguments& args) {

static Handle<Value> DebugPause(const Arguments& args) {
v8::Debug::DebugBreak(node_isolate);
return Undefined();
}


Expand Down

0 comments on commit eccd6e7

Please sign in to comment.