diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-16 19:45:00 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-06-16 19:45:00 -0400 |
commit | 8f757c9703fa0bc6a141a3ce28c740cda08b1984 (patch) | |
tree | 43edc9c474ed4142c13be0375b75a3e005bf35f2 /lib | |
parent | 75f2e4dd4feb8eef00d128491b06dd3f49495d24 (diff) | |
download | librejsxul-8f757c9703fa0bc6a141a3ce28c740cda08b1984.tar.lz librejsxul-8f757c9703fa0bc6a141a3ce28c740cda08b1984.tar.xz librejsxul-8f757c9703fa0bc6a141a3ce28c740cda08b1984.zip |
use abs path for scripts_cache include
Diffstat (limited to 'lib')
-rw-r--r-- | lib/script_entries/free_libraries.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/script_entries/free_libraries.js b/lib/script_entries/free_libraries.js index af2cf61..8821d04 100644 --- a/lib/script_entries/free_libraries.js +++ b/lib/script_entries/free_libraries.js @@ -24,7 +24,7 @@ var relationChecker = require("js_checker/relation_checker").relationChecker; var checkTypes = require("js_checker/constant_types").checkTypes; -var scriptsCached = require("./scripts_cache").scriptsCached; +var scriptsCached = require("script_entries/scripts_cache").scriptsCached; // find the json database path. |