Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Don't output elba info in ide-mode
Browse files Browse the repository at this point in the history
Solves #50
  • Loading branch information
andylokandy committed Apr 17, 2019
1 parent 02358b7 commit f983db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/cmds/repl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub fn exec(c: &mut Config, args: &ArgMatches) -> Res<String> {
);

let interactivity = if args.is_present("ide-mode") {
c.verbosity(Verbosity::None);
build::Interactivity::IDE
} else if args.is_present("ide-mode-socket") {
c.verbosity(Verbosity::None);
Expand Down

0 comments on commit f983db8

Please sign in to comment.