Skip to content

Commit

Permalink
bugfix(plugin): following 9151cf2#r139483858
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan authored and bytemain committed Mar 7, 2024
1 parent a0feebe commit 31598e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ function PLUGIN:EnvKeys(ctx)
--- this variable is same as ctx.sdkInfo['plugin-name'].path
local mainPath = ctx.path
local runtimeVersion = ctx.runtimeVersion
local mainSdkInfo = ctx.main
local mpath = mainSdkInfo.path
local mversion = mainSdkInfo.version
local mname = mainSdkInfo.name
local sdkInfo = ctx.sdkInfo['sdk-name']
local path = sdkInfo.path
local version = sdkInfo.version
Expand Down

0 comments on commit 31598e9

Please sign in to comment.