add donejs edition denotation
Some checks are pending
ci / Linux (Ubuntu) (push) Waiting to run
ci / linux-asan (push) Waiting to run
ci / linux-msan (push) Waiting to run
ci / linux-ubsan (push) Waiting to run
ci / macOS (push) Waiting to run
ci / macos-asan (push) Waiting to run
ci / macos-ubsan (push) Waiting to run
ci / freebsd (push) Waiting to run
ci / qemu-alpine (arm32v6) (push) Waiting to run
ci / qemu-alpine (arm32v7) (push) Waiting to run
ci / qemu-alpine (arm64v8) (push) Waiting to run
ci / qemu-alpine (i386) (push) Waiting to run
ci / qemu-alpine (s390x) (push) Waiting to run

This commit is contained in:
The Ghost of FOSS' Past 2024-10-24 15:12:35 -05:00
parent c6c98a254c
commit 5e8d81c2a6

View file

@ -1226,9 +1226,9 @@ import * as os from "os";
function cmd_start() { function cmd_start() {
if (!config_numcalc) { if (!config_numcalc) {
if (has_jscalc) if (has_jscalc)
std.puts('QJSCalc - Type "\\h" for help\n'); std.puts('QJSCalc (DoneJS Edition) - Type "\\h" for help\n');
else else
std.puts('QuickJS - Type "\\h" for help\n'); std.puts('QuickJS (DoneJS Edition) - Type "\\h" for help\n');
} }
if (has_bignum) { if (has_bignum) {
log2_10 = Math.log(10) / Math.log(2); log2_10 = Math.log(10) / Math.log(2);