forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
4
electron/node_modules/app-builder-lib/out/util/timer.js
generated
vendored
4
electron/node_modules/app-builder-lib/out/util/timer.js
generated
vendored
|
|
@ -1,6 +1,7 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.time = exports.DevTimer = void 0;
|
||||
exports.DevTimer = void 0;
|
||||
exports.time = time;
|
||||
const builder_util_1 = require("builder-util");
|
||||
class DevTimer {
|
||||
constructor(label) {
|
||||
|
|
@ -24,5 +25,4 @@ class ProductionTimer {
|
|||
function time(label) {
|
||||
return builder_util_1.debug.enabled ? new DevTimer(label) : new ProductionTimer();
|
||||
}
|
||||
exports.time = time;
|
||||
//# sourceMappingURL=timer.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue