Commit 314358e1 authored by 邓晓峰's avatar 邓晓峰

fix: WireMessage

parent c1b555d7
......@@ -12,7 +12,7 @@ config.local.js
.umi-production
.idea/
.cache
yarn.lock
yarn.loc
package-lock.json
.eslintcache
.history
......
......@@ -21,6 +21,8 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) {
};
};
var version = "@VERSION@-@BUILDLEVEL@";
var scope = function scope(f, _scope) {
return function () {
return f.apply(_scope, arguments);
......
......@@ -34,6 +34,8 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) {
};
};
var version = "@VERSION@-@BUILDLEVEL@";
var scope = function scope(f, _scope) {
return function () {
return f.apply(_scope, arguments);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment