@loybung/launcher 7.0.5 → 7.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -32,6 +32,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
32
32
|
});
|
33
33
|
};
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
35
|
+
exports.Launcher = void 0;
|
35
36
|
const fs = __importStar(require("fs"));
|
36
37
|
const path = __importStar(require("path"));
|
37
38
|
class Launcher {
|
@@ -81,4 +82,4 @@ class Launcher {
|
|
81
82
|
});
|
82
83
|
}
|
83
84
|
}
|
84
|
-
exports.
|
85
|
+
exports.Launcher = Launcher;
|