Skip to content

Commit

Permalink
just remove baseline to see if packages are loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 15, 2024
1 parent d16c315 commit c5efb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/preLoading.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Iceberg enableMetacelloIntegration: false.
"Remove libgit2 from system (so I can reload it)"
#(
'BaselineOfLibGit'
'LibGit-FileSystem'
'LibGit-Core'
" 'LibGit-FileSystem'
'LibGit-Core' "
)
do: [ :each | (each asPackageIfAbsent: [ nil ]) ifNotNil: #removeFromSystem ]

0 comments on commit c5efb80

Please sign in to comment.