Source commit: 8f72601e98097ee109d81d75d8c01afd70b1580e
@@ -2831,6 +2831,10 @@ void __fastcall TCustomCommandType::LoadExtension(TStrings * Lines)
{
// noop
}
+ else if (Key == L"source")
+ {
+ // noop
+ }
else
KnownKey = false;