Skip to content

Instantly share code, notes, and snippets.

@philippeback
Created March 9, 2017 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philippeback/9b6645c62b4cda7c0d4559880fbbe40f to your computer and use it in GitHub Desktop.
Save philippeback/9b6645c62b4cda7c0d4559880fbbe40f to your computer and use it in GitHub Desktop.
WorkingSession>>#runStartup: isImageStarting
| c |
Smalltalk at: #LOG11 put: OrderedCollection new.
c := Smalltalk at: #LOG11.
self
runList: manager startupList
do: [ :each |
c add: each -> DateAndTime now.
each startup: isImageStarting ].
self executeDeferredStartupActions: isImageStarting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment