We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c678490 commit 18fd87aCopy full SHA for 18fd87a
YarnSpinner.LanguageServer/src/Server/Workspace/Project.cs
@@ -237,7 +237,7 @@ internal void ReloadProjectFromDisk(bool notifyOnComplete = true)
237
238
public Yarn.Compiler.CompilationResult CompileProject(bool notifyOnComplete, Yarn.Compiler.CompilationJob.Type compilationType)
239
{
240
- var functionDeclarations = Functions.Select(f => f.Declaration);
+ var functionDeclarations = Functions.Select(f => f.Declaration).NonNull();
241
242
var files = this.Files.Select(f => new Yarn.Compiler.CompilationJob.File
243
0 commit comments