Skip to content
Snippets Groups Projects
Commit 14d55ce9 authored by 最萌小汐's avatar 最萌小汐
Browse files

log version

parent 63868838
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ rootPath = (rootPath == '' and '.' or rootPath)
loadfile(rootPath .. '/platform.lua')('script')
local fs = require 'bee.filesystem'
local util = require 'utility'
local version = require 'version'
local function loadArgs()
for _, v in ipairs(arg) do
......@@ -44,6 +45,7 @@ log.info('Lua Lsp startup, root: ', ROOT)
log.debug('ROOT:', ROOT:string())
log.debug('LOGPATH:', LOGPATH)
log.debug('METAPATH:', METAPATH)
log.debug('VERSION:', version.getVersion())
require 'tracy'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment