soiz1 commited on
Commit
50e5501
·
verified ·
1 Parent(s): e6e06c6

Update ftp-upload.js

Browse files
Files changed (1) hide show
  1. ftp-upload.js +1 -0
ftp-upload.js CHANGED
@@ -1,3 +1,4 @@
 
1
  const { execSync, exec, spawn } = require("child_process");
2
  const path = require("path");
3
  const repoPath = path.join(__dirname, "dist");
 
1
+ console.log("ftp-uploading..............")
2
  const { execSync, exec, spawn } = require("child_process");
3
  const path = require("path");
4
  const repoPath = path.join(__dirname, "dist");