@indra.ai/deva 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1379,7 +1379,7 @@ class Deva {
|
|
|
1379
1379
|
let helpFile = 'main';
|
|
1380
1380
|
if (params[0]) helpFile = params[0];
|
|
1381
1381
|
if (params[1]) helpFile = `${params[0]}_${params[1]}`;
|
|
1382
|
-
helpFile = path.join(help_dir, 'help', `${helpFile}.feecting`);
|
|
1382
|
+
helpFile = this.lib.path.join(help_dir, 'help', `${helpFile}.feecting`);
|
|
1383
1383
|
try {
|
|
1384
1384
|
this.state('resolve', 'help');
|
|
1385
1385
|
return resolve(fs.readFileSync(helpFile, 'utf8'));
|