mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
style: pretty
This commit is contained in:
@@ -27,7 +27,7 @@ export async function plugins() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {string} url
|
||||
* @param {string} url
|
||||
* @returns File
|
||||
*/
|
||||
async function download(url) {
|
||||
|
||||
@@ -7,7 +7,6 @@ const templates = new URL('./templates/', root);
|
||||
const extraURL = new URL('./extra/', templates);
|
||||
const extraFolder = fileURLToPath(extraURL);
|
||||
|
||||
|
||||
/**
|
||||
* It creates a file with the name `name.lang.sern` in the `location` directory
|
||||
* @param {string} name - The name of the file.
|
||||
|
||||
Reference in New Issue
Block a user