Skip to content

Commit 8a9a3b5

Browse files
fix(core): fix noop debug module
1 parent 102af0f commit 8a9a3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/noopDebug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
module.exports = function() { return {} }
2+
module.exports = function() { return function() {} }

0 commit comments

Comments
 (0)