We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c19c13 commit 6c70158Copy full SHA for 6c70158
javascript/node/gendocs.js
@@ -89,7 +89,7 @@ function mkdirp(aPath) {
89
*/
90
function installDossier() {
91
return new Promise(function(fulfill, reject) {
92
- let buildNodeDir = path.join(PROJECT_ROOT, 'build/javascript/node');
+ let buildNodeDir = path.join(PROJECT_ROOT);
93
let jar = path.join(buildNodeDir, 'node_modules/js-dossier/dossier.jar');
94
fs.stat(jar, function(err) {
95
if (!err) return fulfill(jar);
0 commit comments