Skip to content

Commit 664228e

Browse files
committed
Improve quit message
1 parent 234a61a commit 664228e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/watch.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ pub fn watch(
154154
}
155155

156156
const QUIT_MSG: &[u8] = b"
157+
157158
We hope you're enjoying learning Rust!
158-
If you want to continue working on the exercises at a later point, you can simply run `rustlings` again.
159+
If you want to continue working on the exercises at a later point, you can simply run `rustlings` again in this directory.
159160
";
160161

161162
const NOTIFY_ERR: &str = "

0 commit comments

Comments
 (0)