fix(ci): undefiend variabe;

This commit is contained in:
Barrett Ruth 2025-09-19 20:44:25 -04:00
parent 793063a68e
commit b219633fc1
2 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,7 @@ local M = {}
local cache_file = vim.fn.stdpath('data') .. '/cp-nvim.json'
local cache_data = {}
local loaded = false
---@param platform string
---@return number?