3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-05 19:49:32 +01:00

pbot-vm: reduce noisy output in Scheme language

This commit is contained in:
Pragmatic Software 2024-04-07 17:19:38 -07:00
parent 24962935fa
commit 826fd79d71
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE

View File

@ -14,7 +14,7 @@ sub initialize {
$self->{sourcefile} = 'prog.scm';
$self->{execfile} = 'prog.scm';
$self->{default_options} = '';
$self->{default_options} = '--no-auto-compile';
$self->{cmdline} = 'guile $options $sourcefile';
$self->{cmdline_opening_comment} = "#|=============== CMDLINE ===============\n";