Skip to content

Commit

Permalink
eval: introduce a top-level defer context for top-level statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Mar 9, 2018
1 parent 84adb9d commit 9135eaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eval/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ func New(path string, shellState *shell.State) *Program {
Path: path,
Cur: &Scope{
Parent: universe,
// FIXME(sbinet): what should this be?
// fct: "ng-main",
fct: "۰ng-main",
},
ShellState: shellState,
reflector: newReflector(),
Expand Down

0 comments on commit 9135eaf

Please sign in to comment.