fix dynamic require for moved file
This commit is contained in:
parent
e4c9ad484e
commit
d5f605f58d
|
@ -800,7 +800,7 @@
|
|||
(cond
|
||||
[(or (send evt get-alt-down)
|
||||
(send evt get-control-down))
|
||||
(dynamic-require 'framework/private/follow-log #f)]
|
||||
(dynamic-require 'tests/drracket/follow-log #f)]
|
||||
[else
|
||||
(collect-garbage)
|
||||
(update-memory-text)]))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user