Improve net error handling #72
Annotations
1 error and 3 warnings
|
lint
Process completed with exit code 1.
|
|
"Unused variable":
lua/pac3/editor/client/wear.lua#L305
Unused variable: directories
|
|
"Space after comma":
lua/pac3/editor/server/wear.lua#L405
Style: Please add a space after the comma
|
|
"Double if-statement":
lua/pac3/editor/server/wear.lua#L182
Double if statement. Please combine the condition of this if statement with that of the outer if statement using `and`.
|