vrrv-installer-builder
Version:
A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box
12 lines (11 loc) • 372 B
JavaScript
;
const bluebird_1 = require("bluebird");
require("source-map-support/register");
bluebird_1.Promise.config({
longStackTraces: true,
cancellation: true
});
module.exports = function tsAwaiter(thisArg, _arguments, ignored, generator) {
return bluebird_1.Promise.coroutine(generator).call(thisArg, _arguments);
};
//# sourceMappingURL=awaiter.js.map