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';