mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
fix Context#load() after removing deprecated evaluate() method.
This commit is contained in:
parent
67a1cc5c9e
commit
44e4ab90eb
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ module V8
|
|||
|
||||
def load(filename)
|
||||
File.open(filename) do |file|
|
||||
evaluate file, filename, 1
|
||||
self.eval file, filename, 1
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dd93fd3e6a49d194a7788a143a336d2e94dd9532
|
||||
Subproject commit 8ea1e0d6b9e0a77b026b1b5d80a39c8eff486b92
|
Loading…
Reference in a new issue