Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Fix squeak-smalltalk#14: Revert snapshot:andQuitWithExitCode:
Browse files Browse the repository at this point in the history
  • Loading branch information
frankshearar authored and jgonis committed Jan 9, 2015
1 parent 428c292 commit 27cc425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Workspace allInstances do: [:w | w topView delete].
ReleaseBuilder prepareNewBuild.
ToolSet default: StandardToolSet.
Smalltalk snapshot: true andQuit: true]
on: Error do: [Smalltalk snapshot: true andQuitWithExitCode: 1]
on: Error do: [Smalltalk snapshot: true andQuit: true]
2 changes: 1 addition & 1 deletion update-image.st
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ manifest do: [:s | FileStream stdout nextPutAll: s; nextPut: Character lf; flush
"Save the fully updated trunk image."
ToolSet default: (Smalltalk at: #StandardToolSet).
WorldState addDeferredUIMessage: [ SmalltalkImage current snapshot: true andQuit: true ]]
on: Error do: [Smalltalk snapshot: false andQuitWithExitCode: 1]
on: Error do: [Smalltalk snapshot: false andQuit: true]

0 comments on commit 27cc425

Please sign in to comment.