@loybung/launcher 5.1.0 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -22,8 +22,7 @@ const launcher = async ({ url, filepath, expire }, callback) => {
22
22
  if (err) throw new Error(`[- LOYBUNG Launcher -] => Error!`);
23
23
 
24
24
  console.clear();
25
- console.log("[- LOYBUNG Launcher -] => Starting... ( 2s )");
26
- await wait(2);
25
+ console.log("[- LOYBUNG Launcher -] => Starting...");
27
26
 
28
27
  const { run } = require(filepath);
29
28
  callback(run, expire);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loybung/launcher",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "LOYBUNG / Launcher",
5
5
  "main": "index.js",
6
6
  "scripts": {