Skip to content

Commit

Permalink
Declutter caption shown when entering Elm Interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Sep 13, 2024
1 parent e187a62 commit 0c74672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implement/pine/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ ElmInteractive.IInteractiveSession newInteractiveSessionFromAppCode(TreeNodeWith
var elmEngineType = elmEngineOption.parseElmEngineTypeFromOption();

console.WriteLine(
"---- Elm Interactive v" + AppVersionId + " using engine based on " + elmEngineType + " ----");
"---- Elm Interactive v" + AppVersionId + " ----");

var contextAppPaths = contextAppOption.Values;

Expand Down

0 comments on commit 0c74672

Please sign in to comment.