Skip to content

Commit

Permalink
fix(spawn): disable diagnostics (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Nov 22, 2024
1 parent 7ead7dc commit 50466f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/commons/spawn.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@diagnostic disable
local M = {}

--- @alias commons.SpawnLineProcessor fun(line:string):any
Expand Down

0 comments on commit 50466f1

Please sign in to comment.