mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-19 03:59:51 +08:00
fix(地脉花): 4.1.1 重构部分代码
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
* @param {Object} position - 位置对象
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
this.executePathsUsingNodeData =
|
||||
async function (position) {
|
||||
this.executePathsUsingNodeData = async function (position) {
|
||||
try {
|
||||
const nodeData = await loadNodeData();
|
||||
let currentNodePosition = position;
|
||||
|
||||
Reference in New Issue
Block a user