typo
This commit is contained in:
parent
2815626f3c
commit
c203a7e2d1
|
|
@ -46,7 +46,7 @@ const HEADER = `
|
|||
}
|
||||
</style>
|
||||
</head>`;
|
||||
const scriptsDir = path.join(process.env.QUTE_DATA_DIR, 'userscripts.html');
|
||||
const scriptsDir = path.join(process.env.QUTE_DATA_DIR, 'userscripts');
|
||||
const tmpFile = path.join(scriptsDir, '/readability.html');
|
||||
|
||||
if (!fs.existsSync(scriptsDir)){
|
||||
|
|
|
|||
Loading…
Reference in New Issue