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:
parent
24962935fa
commit
826fd79d71
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user