Skip to content

Commit

Permalink
🐛 修复vscode同步时文件路径变更导致重复同步 #247
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Feb 23, 2024
1 parent 3a37af2 commit a6efaa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/service/system/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ export class SystemManager extends Manager {
const prepareScript = await prepareScriptByCode(
code,
"",
uuidv5(data.data.uri, uuidv5.URL)
uuidv5(data.data.uri, uuidv5.URL),
true
);
this.scriptManager.event.upsertHandler(
prepareScript.script,
Expand Down

0 comments on commit a6efaa7

Please sign in to comment.