Skip to content

Commit 0ff9f19

Browse files
committed
Remove commented-out synchronous version line in index.js for cleaner code.
1 parent 6553f79 commit 0ff9f19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const native = require('./build/Release/hdiffpatch');
22

33
exports.native = native;
44

5-
// 同步版本
65
exports.diff = native.diff;
76
exports.patch = native.patch;
87

0 commit comments

Comments
 (0)