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

fix: WireMessage

parent c1b555d7
...@@ -12,7 +12,7 @@ config.local.js ...@@ -12,7 +12,7 @@ config.local.js
.umi-production .umi-production
.idea/ .idea/
.cache .cache
yarn.lock yarn.loc
package-lock.json package-lock.json
.eslintcache .eslintcache
.history .history
......
...@@ -21,6 +21,8 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) { ...@@ -21,6 +21,8 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) {
}; };
}; };
var version = "@VERSION@-@BUILDLEVEL@";
var scope = function scope(f, _scope) { var scope = function scope(f, _scope) {
return function () { return function () {
return f.apply(_scope, arguments); return f.apply(_scope, arguments);
......
...@@ -34,6 +34,8 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) { ...@@ -34,6 +34,8 @@ var Timeout = function Timeout(client, timeoutSeconds, action, args) {
}; };
}; };
var version = "@VERSION@-@BUILDLEVEL@";
var scope = function scope(f, _scope) { var scope = function scope(f, _scope) {
return function () { return function () {
return f.apply(_scope, arguments); 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