@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.
- package/index.js +1 -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...
|
26
|
-
await wait(2);
|
25
|
+
console.log("[- LOYBUNG Launcher -] => Starting...");
|
27
26
|
|
28
27
|
const { run } = require(filepath);
|
29
28
|
callback(run, expire);
|