Skip to content

Commit 27af64e

Browse files
committed
Forgot to include node_main.cc
1 parent 8e246ac commit 27af64e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/node_main.cc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Copyright 2010 Ryan Dahl <ry@tinyclouds.org>
2+
3+
#include <node.h>
4+
5+
int main(int argc, char *argv[]) {
6+
return node::Start(argc, argv);
7+
}

0 commit comments

Comments
 (0)