From dd0abfbdb34ff0d4c1f16f4cba45ce356c7c2e64 Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Thu, 22 Mar 2012 11:56:22 -0400 Subject: [PATCH] typo --- v8-profiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v8-profiler.js b/v8-profiler.js index 5a165c3..4385f83 100644 --- a/v8-profiler.js +++ b/v8-profiler.js @@ -1,4 +1,4 @@ -var binding = require("profiler"); +var binding = require("./profiler"); function Snapshot() {}