diff options
Diffstat (limited to 'console/console.go')
-rw-r--r-- | console/console.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/console/console.go b/console/console.go index b280d4e65..1bceb7bc6 100644 --- a/console/console.go +++ b/console/console.go @@ -73,6 +73,8 @@ type Console struct { printer io.Writer // Output writer to serialize any display strings to } +// New initializes a JavaScript interpreted runtime environment and sets defaults +// with the config struct. func New(config Config) (*Console, error) { // Handle unset config values gracefully if config.Prompter == nil { |