bun run repl #2
2
bin/repl
2
bin/repl
|
|
@ -135,7 +135,7 @@ async function repl() {
|
|||
function formatValue(value: Value, inner = false): string {
|
||||
switch (value.type) {
|
||||
case 'string':
|
||||
return `${colors.green}"${value.value}"${colors.reset}`
|
||||
return `${colors.green}'${value.value}'${colors.reset}`
|
||||
case 'number':
|
||||
return `${colors.cyan}${value.value}${colors.reset}`
|
||||
case 'boolean':
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user