use ascii range for the --watch REPL prompt
This commit is contained in:
parent
b183b612c9
commit
90b320d0e9
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user