Skip to content

Commit fdb1a72

Browse files
committed
Other: Fixed node 0.12 tests
1 parent 56c8ec4 commit fdb1a72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"use strict";
2-
module.exports = require("./src");
2+
module.exports = require("./src/index");

src/index-debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// might eventually become a starting point for a real debug build.
33

44
"use strict";
5-
var protobuf = module.exports = require(".");
5+
var protobuf = module.exports = require("./index");
66

77
// Count number of calls to any generated function
88
protobuf.util.codegen = (function(codegen) { return function codegen_debug() {

0 commit comments

Comments
 (0)