Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 70279ac

Browse filesBrowse files
Merge pull request #6670 from livecodepanos/bugfix-21529
[21529] Fixed typo and example in Release notes
2 parents 7a3ce73 + f6369dd commit 70279ac
Copy full SHA for 70279ac

File tree

Expand file treeCollapse file tree

2 files changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-3
lines changed

‎docs/notes-base/breaking_changes.md

Copy file name to clipboardExpand all lines: docs/notes-base/breaking_changes.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ If this causes problems for your stack, you can exit from the handler if
1818
standalone building is in progress:
1919

2020
on closeStack
21-
if the mode of stack "revStandaloneProgress" > 0 then
22-
exit closesStack
21+
if the environment is "development" and \
22+
the mode of stack "revStandaloneProgress" > 0 then
23+
exit closeStack
2324
end if
2425
end closeStack
2526

@@ -36,4 +37,4 @@ Using lc-compile tool in LiveCode 9:
3637

3738
Using lc-compile tool in LiveCode 8:
3839

39-
-1^2 = 1
40+
-1^2 = 1

‎docs/notes/bugfix-21529.md

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fixed typo and incomplete example in Release Notes

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.