mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +00:00
Minor change to plug url
This commit is contained in:
parent
cbffb001f3
commit
07d151c7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ namespace Cosmos.IL2CPU
|
|||
}
|
||||
if (xNeedsPlug)
|
||||
{
|
||||
throw new Exception("Native code encountered, plug required. Please see http://www.gocosmos.org/docs/plugs/). " + LabelName.GetFullName(aMethod) + "." + Environment.NewLine + " Called from :" + Environment.NewLine + sourceItem);
|
||||
throw new Exception("Native code encountered, plug required. Please see http://www.gocosmos.org/docs/plugs/missing/). " + LabelName.GetFullName(aMethod) + "." + Environment.NewLine + " Called from :" + Environment.NewLine + sourceItem);
|
||||
}
|
||||
|
||||
//TODO: As we scan each method, we could update or put in a new list
|
||||
|
|
|
|||
Loading…
Reference in a new issue