Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
Azer Koçulu committed Jun 12, 2012
1 parent a7f2734 commit 0febc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $ onejs build package.json --exclude underscore --tie underscore=window._

## Sandboxing Console Object

OneJS doesn't provide an embed, encapsulated console object by default. Pass `--sandbox-console` if needed, output is available by `projectName.stdout()` and `project.stderr()`.
OneJS provides an embed, encapsulated console object (disabled by default). Pass `--sandbox-console` if needed, output is available by `projectName.stdout()` and `project.stderr()`.

```bash
$ onejs build package.json foobar.js --sandbox-console
Expand Down

0 comments on commit 0febc4c

Please sign in to comment.