You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Added tool to get the list of package licenses
This commit is contained in:
@ -127,7 +127,7 @@ async function saveGitHubUsernameCache(cache: any) {
|
||||
}
|
||||
|
||||
// Returns the project root dir
|
||||
export const rootDir = require('path').dirname(require('path').dirname(__dirname));
|
||||
export const rootDir: string = require('path').dirname(require('path').dirname(__dirname));
|
||||
|
||||
export function execCommand(command: string, options: any = null): Promise<string> {
|
||||
options = options || {};
|
||||
|
Reference in New Issue
Block a user