diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index ee11e15a..ed6f7afe 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -6245,7 +6245,8 @@ namespace IDE } int32 emitRevision = -1; - // + + if (useFilePath != null) { int barPos = useFilePath.IndexOf('|'); if (barPos != -1)