not double quotes
This commit is contained in:
parent
5988e75939
commit
d7f613f2e4
2
bin/repl
2
bin/repl
|
|
@ -135,7 +135,7 @@ async function repl() {
|
||||||
function formatValue(value: Value, inner = false): string {
|
function formatValue(value: Value, inner = false): string {
|
||||||
switch (value.type) {
|
switch (value.type) {
|
||||||
case 'string':
|
case 'string':
|
||||||
return `${colors.green}"${value.value}"${colors.reset}`
|
return `${colors.green}'${value.value}'${colors.reset}`
|
||||||
case 'number':
|
case 'number':
|
||||||
return `${colors.cyan}${value.value}${colors.reset}`
|
return `${colors.cyan}${value.value}${colors.reset}`
|
||||||
case 'boolean':
|
case 'boolean':
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user