Skip to content

Commit

Permalink
プラグイン名が重複していると言われる問題を修正 #1665
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed May 23, 2024
1 parent ba1b4e0 commit f9ab281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nako3.mts
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ export class NakoCompiler {
// プラグイン名の重複を確認
if (__pluginInfo[pluginName] !== undefined) {
// プラグイン名が重複した場合はプラグインとして登録しない
this.logger.info(`プラグイン名『${pluginName}』が重複しているため、プラグインとして登録しませんでした。`)
return
}
// Windowsのパスやファイル名に使えない文字列があると、JSファイル書き出しでエラーになるので置換
Expand Down

0 comments on commit f9ab281

Please sign in to comment.