From 82ca79947062fc098422ceba72aef5f0710c3dc2 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Wed, 29 Apr 2020 11:40:22 -0700 Subject: [PATCH] Fixed a crash using -generate in BeefBuild --- IDE/src/IDEApp.bf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index 8bba43dc..19346024 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -9658,7 +9658,9 @@ namespace IDE if (projectSource == null) return; +#if !CLI ShowSourceFile(srcPath); +#endif } protected bool Compile(CompileKind compileKind = .Normal, Project hotProject = null)