You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/28 06:39:24 UTC

[skywalking-nginx-lua] branch master updated: ERR define missed (#27)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git


The following commit(s) were added to refs/heads/master by this push:
     new f6bbe87  ERR define missed (#27)
f6bbe87 is described below

commit f6bbe87c6a8ed3aa0981b78cc128cade81cf79a0
Author: Lien <li...@gmail.com>
AuthorDate: Sat Mar 28 14:39:17 2020 +0800

    ERR define missed (#27)
---
 lib/skywalking/client.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/skywalking/client.lua b/lib/skywalking/client.lua
index 7312a26..0f0a292 100644
--- a/lib/skywalking/client.lua
+++ b/lib/skywalking/client.lua
@@ -29,6 +29,7 @@ function Client:startBackendTimer(backend_http_uri)
 
     local log = ngx.log
     local DEBUG = ngx.DEBUG
+    local ERR = ngx.ERR    
 
     check = function(premature)
         if not premature then