fix message display time
This commit is contained in:
parent
733bb5ddc4
commit
3b5a093983
@ -689,7 +689,6 @@ db_files(Fs) :-
|
|||||||
'$q_do_save_file'(File, UserFile, ContextModule, TOpts ),
|
'$q_do_save_file'(File, UserFile, ContextModule, TOpts ),
|
||||||
H is heapused-H0, '$cputime'(TF,_), T is TF-T0,
|
H is heapused-H0, '$cputime'(TF,_), T is TF-T0,
|
||||||
'$current_module'(Mod, SourceModule),
|
'$current_module'(Mod, SourceModule),
|
||||||
print_message(Verbosity, loaded(EndMsg, File, Mod, T, H)),
|
|
||||||
(
|
(
|
||||||
Reconsult = reconsult ->
|
Reconsult = reconsult ->
|
||||||
'$clear_reconsulting'
|
'$clear_reconsulting'
|
||||||
|
Reference in New Issue
Block a user