We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78977d3 commit 3e6d5d7Copy full SHA for 3e6d5d7
src-electron/generator/helper-zap.js
@@ -64,7 +64,7 @@ function backslash() {
64
* @param {*} category
65
* @param {*} options
66
*/
67
-function template_options(options) {
+async function template_options(options) {
68
return templateUtil
69
.ensureTemplatePackageId(this)
70
.then((packageId) =>
@@ -161,7 +161,7 @@ function middle(options) {
161
162
* @param {*} key
163
164
-function template_option_with_code(options, key) {
+async function template_option_with_code(options, key) {
165
166
167
0 commit comments