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