Skip to content

Commit

Permalink
移除无效信息
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Dec 31, 2023
1 parent 915dee1 commit 7678706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rime/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ local mtIME = {

if rime == nil then
local debug = require 'debug'
local path = debug.getinfo(1).source -- @e:\work\luaapps\PBOC\lib\HSM\Driver.lua
local path = debug.getinfo(1).source
if ffi.os == 'Windows' then
path = string.sub(path, 2, -1)
path = string.gsub(path, "\\", '/')
Expand Down

0 comments on commit 7678706

Please sign in to comment.