Skip to content

Commit

Permalink
fix: 针对新版 TinTin++ 的适应性修改
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Dec 1, 2023
1 parent 6c2ac07 commit 275cffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/module-loader.tin
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class.open module-loader;
#local path {};
#foreach {$moduleName;$moduleName/__init__;$moduleName/__main__} {path} {
class.open {load-module-$moduleName};
#line sub var #action {^#READ {{plugins/($path)\.tin}} - FILE NOT FOUND.$} {
#line sub var #action {^#READ {{plugins/($path)\.tin}}: FILE NOT FOUND.$} {
class.kill {load-module-$moduleName};
#var {${prefix}-loaded} {false};
#line gag;
Expand Down

0 comments on commit 275cffe

Please sign in to comment.