tambahannya
This commit is contained in:
@@ -24,6 +24,9 @@ async function init() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
await fs.access(".git")
|
await fs.access(".git")
|
||||||
|
|
||||||
|
console.log("[INIT] Git already initialized")
|
||||||
|
execSync("rm -rf .git")
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
execSync("git init")
|
execSync("git init")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-nodes-wajs",
|
"name": "n8n-nodes-wajs",
|
||||||
"version": "1.1.13",
|
"version": "1.1.14",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"n8n",
|
"n8n",
|
||||||
"n8n-nodes"
|
"n8n-nodes"
|
||||||
|
|||||||
Reference in New Issue
Block a user