Skip to content

Commit

Permalink
Make core directory optional when loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaž Hrastnik committed Jun 29, 2016
1 parent 3cddf98 commit e764d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.rb
Expand Up @@ -10,7 +10,7 @@

begin
GC.disable
require 'core/load'
require 'core/load' if Dir.exists? 'core'
require 'scripts/load'
ensure
GC.enable
Expand Down

0 comments on commit e764d22

Please sign in to comment.