Skip to content

Commit

Permalink
Merge pull request #1 from af/patch-1
Browse files Browse the repository at this point in the history
Fix crashing bug from typo
  • Loading branch information
Andrew Martens committed Aug 9, 2013
2 parents 8b0a456 + 0c4e727 commit 9e28062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -26,7 +26,7 @@ for (key in version_map) {
// if lib_ver stays undefined require will fail and we'll catch it
// same behaviour when there's a new version of node and we haven't
// compiled for it yet
var modpath = "./compiled/" + platform + "/" + `.arch + "/" + lib_ver
var modpath = "./compiled/" + platform + "/" + process.arch + "/" + lib_ver
+ "/profiler";
var buildpath = "./build/Release/profiler";

Expand Down

0 comments on commit 9e28062

Please sign in to comment.