Skip to content

Commit

Permalink
fix up load error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcran committed Feb 10, 2022
1 parent ac9bd86 commit bebe64e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
require_relative 'lib/initialize/symbol'
require_relative 'lib/initialize/typhoeus'

# https://github.com/rails/rails/issues/43851
require "active_support/isolated_execution_state"


# load up our system config
require_relative 'lib/system/config'
Intrigue::Core::System::Config.load_config
Expand Down

0 comments on commit bebe64e

Please sign in to comment.