UNPKG

xuke-code-link

Version:

点击元素快速在vscode中定位代码位置

10 lines (8 loc) 187 B
let projectBasePath = ""; try { projectBasePath = __dirname.substring(0, __dirname.search('node_modules')) } catch (error) { } module.exports = { projectBasePath: projectBasePath }