use ascii range for the --watch REPL prompt

This commit is contained in:
Andrew Kelley 2020-09-23 14:50:52 -07:00
parent b183b612c9
commit 90b320d0e9

View File

@ -1516,7 +1516,7 @@ pub fn buildOutputType(
var repl_buf: [1024]u8 = undefined;
while (watch) {
try stderr.print("🦎 ", .{});
try stderr.print("(zig) ", .{});
if (output_mode == .Exe) {
try comp.makeBinFileExecutable();
}