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

Commit

Permalink
Browse files Browse the repository at this point in the history
fix process.uptime() on windows
  • Loading branch information
Igor Zinkovsky committed Nov 3, 2011
1 parent 24a69d2 commit 434ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_win32.cc
Expand Up @@ -40,7 +40,7 @@ namespace node {
using namespace v8;

static char *process_title = NULL;
double Platform::prog_start_time = 0.0;
double Platform::prog_start_time = Platform::GetUptime();


// Does the about the same as strerror(),
Expand Down

0 comments on commit 434ccd2

Please sign in to comment.