Skip to content

Commit

Permalink
[js] resolving path for js-dossier (used for generating api doc for js)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Apr 29, 2021
1 parent 6c19c13 commit 6c70158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/gendocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function mkdirp(aPath) {
*/
function installDossier() {
return new Promise(function(fulfill, reject) {
let buildNodeDir = path.join(PROJECT_ROOT, 'build/javascript/node');
let buildNodeDir = path.join(PROJECT_ROOT);
let jar = path.join(buildNodeDir, 'node_modules/js-dossier/dossier.jar');
fs.stat(jar, function(err) {
if (!err) return fulfill(jar);
Expand Down

0 comments on commit 6c70158

Please sign in to comment.