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 fc626a6 commit 45976a8Copy full SHA for 45976a8
lib/config/index.js
@@ -96,7 +96,7 @@ config.isPDFExportEnable = config.allowpdfexport
96
97
// generate correct path
98
config.sslcapath.forEach(function (capath, i, array) {
99
- array[i] = path.resolve(appRootPath, capath)
+ array[i] = path.resolve(appRootPath, capath)
100
})
101
102
config.sslcertpath = path.join(appRootPath, config.sslcertpath)
0 commit comments