about summary refs log tree commit diff stats
path: root/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-22 23:09:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-22 23:09:53 -0700
commit0bf322d6f04c28d4b38eb07f5ee9bd588187a058 (patch)
tree3eefcd65c08fd315e52284c4282d9ef4e94784b9 /edit
parenta4020a806fca821931a3ca8279ef2697bb62583e (diff)
downloadmu-0bf322d6f04c28d4b38eb07f5ee9bd588187a058.tar.gz
3940
Diffstat (limited to 'edit')
-rw-r--r--edit/005-sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu
index 255dfc35..827f6632 100644
--- a/edit/005-sandbox.mu
+++ b/edit/005-sandbox.mu
@@ -12,7 +12,7 @@ def! main [
   open-console
   clear-screen 0/screen  # non-scrolling app
   env:&:environment <- new-programming-environment 0/filesystem, 0/screen
-  env <- restore-sandboxes env
+  env <- restore-sandboxes env, 0/filesystem
   render-all 0/screen, env, render
   event-loop 0/screen, 0/console, env, 0/filesystem
 ]