From 3963e2782440d9b1e1b1155569b33eab32ecd8ba Mon Sep 17 00:00:00 2001 From: David Wu Date: Sun, 23 Oct 2016 15:04:10 +0800 Subject: [PATCH] correct reference to NativeModule source in node.js repo --- examples/commonjs/commonjs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/commonjs/commonjs.go b/examples/commonjs/commonjs.go index 6cca16e..2ba5e9c 100644 --- a/examples/commonjs/commonjs.go +++ b/examples/commonjs/commonjs.go @@ -59,7 +59,7 @@ func (m *module) load() { } // Adapted from node.js source: -// see https://github.com/nodejs/node/blob/master/src/node.js#L871 +// see https://github.com/nodejs/node/blob/master/lib/internal/bootstrap_node.js#L396 const nativeModule = ` 'use strict';