Try to fix build
This commit is contained in:
parent
e4722ed1af
commit
6da93a9b34
@ -200,8 +200,8 @@ namespace Toolbox.Library.IO
|
||||
public static byte[] GetSchema(string name)
|
||||
{
|
||||
var obj = Properties.Resources.ResourceManager.GetObject(name);
|
||||
if (!(obj is byte[] b))
|
||||
throw new FileNotFoundException(nameof(name));
|
||||
if (!(obj is byte[] b)) {
|
||||
throw new FileNotFoundException(nameof(name)); }
|
||||
return b;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user