furkan3ayraktar / clojure-polylith-realworld-example-app

Clojure, Polylith and Ring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
MIT License
448 stars 79 forks source link

Remove `exit` after opening the getting_started.clj file #37

Closed PEZ closed 11 months ago

PEZ commented 11 months ago

Now when I tested the gitpodified project, it didn't open the getting_started.clj file. Or, I realized it probably does that and then closes it, or something. Could be a race condition. I removed the ; exit from the config which opens the file. It was to close the terminal that was used for the task, because noisy. But it's better the file stays open!