debugging publish

pull/1472/head
antelle 2020-04-06 21:56:27 +02:00
parent 06ed20f59c
commit 8015da09e8
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
2 changed files with 3 additions and 3 deletions

View File

@ -389,7 +389,7 @@ module.exports._enoent = enoent;
/***/ }),
/***/ 31:
/***/ (function(module, __unusedexports, __webpack_require__) {
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {
const fs = __webpack_require__(747);
const core = __webpack_require__(470);
@ -428,7 +428,7 @@ async function run() {
}
}
module.exports = run;
run();
/***/ }),

View File

@ -35,4 +35,4 @@ async function run() {
}
}
module.exports = run;
run();