Skip to content

Commit

Permalink
missing attribution
Browse files Browse the repository at this point in the history
missing attributioon of 0 to warnings
  • Loading branch information
cpeosphoros committed Jul 21, 2017
1 parent 17da6be commit 053cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reloadplugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
-- Copyright 2014 Paul Kulchenko, ZeroBrane LLC;
local function analyze(filePath)
local warn, err = AnalyzeFile(filePath)
local errors, warnings = 0
local errors, warnings = 0, 0
if err then
print(err)
errors = errors + 1
Expand Down

0 comments on commit 053cd06

Please sign in to comment.