mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 01:36:08 -07:00
Include path
This commit is contained in:
parent
373207f4d1
commit
5dfddbfde0
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
|
var path = require("path");
|
||||||
|
|
||||||
if (fs.existsSync(path.join(process.cwd() + "/npm"))) {
|
if (fs.existsSync(path.join(process.cwd() + "/npm"))) {
|
||||||
var rootModules = path.join(process.cwd() + '/npm/node_modules/')
|
var rootModules = path.join(process.cwd() + '/npm/node_modules/')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue