Skip to content

Commit 4d10d74

Browse files
committed
remove error face
1 parent b240373 commit 4d10d74

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

repl/repl.go

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,6 @@ import (
2020
)
2121

2222
const PROMPT = ">>> "
23-
const ERROR_FACE = `
24-
███████████████████████████
25-
███████▀▀▀░░░░░░░▀▀▀███████
26-
████▀░░░░░░░░░░░░░░░░░▀████
27-
███│░░░░░░░░░░░░░░░░░░░│███
28-
██▌│░░░░░░░░░░░░░░░░░░░│▐██
29-
██░└┐░░░░░░░░░░░░░░░░░┌┘░██
30-
██░░└┐░░░░░░░░░░░░░░░┌┘░░██
31-
██░░┌┘▄▄▄▄▄░░░░░▄▄▄▄▄└┐░░██
32-
██▌░│██████▌░░░▐██████│░▐██
33-
███░│▐███▀▀░░▄░░▀▀███▌│░███
34-
██▀─┘░░░░░░░▐█▌░░░░░░░└─▀██
35-
██▄░░░▄▄▄▓░░▀█▀░░▓▄▄▄░░░▄██
36-
████▄─┘██▌░░░░░░░▐██└─▄████
37-
█████░░▐█─┬┬┬┬┬┬┬─█▌░░█████
38-
████▌░░░▀┬┼┼┼┼┼┼┼┬▀░░░▐████
39-
█████▄░░░└┴┴┴┴┴┴┴┘░░░▄█████
40-
███████▄░░░░░░░░░░░▄███████
41-
██████████▄▄▄▄▄▄▄██████████
42-
███████████████████████████
43-
44-
█▄▀ █░█ █▄░█ ▄▀█   █▀ █░█ █ █▀▄ ▄▀█
45-
█░█ █▄█ █░▀█ █▀█   ▄█ █▀█ █ █▄▀ █▀█
46-
47-
`
4823

4924
//go:embed docs
5025
var res embed.FS
@@ -58,7 +33,6 @@ func Read(contents string) {
5833
program := p.ParseProgram()
5934

6035
if len(p.Errors()) != 0 {
61-
fmt.Println(styles.ErrorStyle.Italic(false).Render(ERROR_FACE))
6236
fmt.Println(styles.ErrorStyle.Italic(false).Render("Kuna Errors Zifuatazo:"))
6337

6438
for _, msg := range p.Errors() {

0 commit comments

Comments
 (0)