@icarusmx/creta 1.4.15 → 1.4.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -404,10 +404,8 @@ export class LessonBuilder {
|
|
|
404
404
|
if (!this.sandbox) {
|
|
405
405
|
this.sandbox = new SandboxManager(this.lesson.id)
|
|
406
406
|
this.sandbox.createSandbox(action.initialFiles || [])
|
|
407
|
-
} else {
|
|
408
|
-
// Restore sandbox state before each validation
|
|
409
|
-
this.sandbox.restoreState()
|
|
410
407
|
}
|
|
408
|
+
// Sandbox state persists across interactive steps in the same lesson
|
|
411
409
|
|
|
412
410
|
const workingDir = this.sandbox.getPath()
|
|
413
411
|
|