diff --git a/Iceberg-Metacello-Integration/MetacelloScriptApiExecutor.extension.st b/Iceberg-Metacello-Integration/MetacelloScriptApiExecutor.extension.st index 74c3d4eb18..8a9d63486f 100644 --- a/Iceberg-Metacello-Integration/MetacelloScriptApiExecutor.extension.st +++ b/Iceberg-Metacello-Integration/MetacelloScriptApiExecutor.extension.st @@ -4,5 +4,5 @@ Extension { #name : 'MetacelloScriptApiExecutor' } MetacelloScriptApiExecutor >> execute: statements [ MetacelloPlatform current withMetacelloLoadSessionDo: [ - super execute: statements ] + ^ super execute: statements ] ]