There was an error while loading. Please reload this page.
1 parent 98bfbc5 commit 4ae1f50Copy full SHA for 4ae1f50
1 file changed
next/sources/workspace/workspace.cram
@@ -1,8 +1,8 @@
1
Workspace command transcript
2
$ cd "$TMPDIR"
3
4
- $ moon new module_a >/dev/null
5
- $ moon new module_b >/dev/null
+ $ moon new module_a >/dev/null 2>&1
+ $ moon new module_b >/dev/null 2>&1
6
7
$ moon work init module_a module_b
8
Created moon.work
@@ -12,7 +12,7 @@ Workspace command transcript
12
$ grep '"./module_b"' moon.work
13
"./module_b",
14
15
- $ moon new module_c >/dev/null
+ $ moon new module_c >/dev/null 2>&1
16
$ moon work use module_c
17
Updated moon.work
18
$ grep '"./module_c"' moon.work
0 commit comments