Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Toolchain
sgc
Commits
dc0e78ae
Commit
dc0e78ae
authored
Oct 19, 2021
by
Stefan Galinski
🎮
Browse files
[TASK] Clarify usage of releaseExtension
parent
47c4e5c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/tasks/releaseExtension.js
core/tasks/releaseExtension.js
+1
-1
No files found.
core/tasks/releaseExtension.js
View file @
dc0e78ae
...
...
@@ -17,7 +17,7 @@ module.exports = class Open extends Task {
async
run
()
{
return
new
Promise
(
async
resolve
=>
{
if
(
typeof
yargs
.
ext
===
'
undefined
'
)
{
this
.
_logger
.
error
(
'
Please specify the extension you want to release!
'
);
this
.
_logger
.
error
(
'
Please specify the extension you want to release
("--ext" parameter)
!
'
);
resolve
();
}
else
if
(
!
fs
.
existsSync
(
`
${
this
.
_config
.
directories
.
basePath
}${
yargs
.
ext
}
`
))
{
this
.
_logger
.
error
(
`Could not find extension in
${
yargs
.
ext
}
!`
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment