Skip to content

Commit b0c3abb

Browse files
author
livecodeali
committed
[[ Notes Builder ]] Throw when no output folder is specified
1 parent 65ecf0e commit b0c3abb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

builder/release_notes_builder.livecodescript

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ local sVersion
44
local sOutputPath
55

66
private command Initialize pVersion, pOutputPath
7+
if pOutputPath is empty then
8+
throw "Release notes output path must be specified"
9+
exit Initialize
10+
end if
11+
712
start using stack (builderSystemFolder() & slash & "markdown_compiler.livecodescript")
813
set the defaultfolder to builderRepoFolder()
914
set the hideconsolewindows to true

0 commit comments

Comments
 (0)