Browse Source

Merge remote-tracking branch 'origin/master'

Dmitry Panov 9 years ago
parent
commit
86a14fa81b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler_stmt.go

+ 1 - 0
compiler_stmt.go

@@ -49,6 +49,7 @@ func (c *compiler) compileStatement(v ast.Statement, needResult bool) {
 		}
 	case *ast.WithStatement:
 		c.compileWithStatement(v, needResult)
+	case *ast.DebuggerStatement:
 	default:
 		panic(fmt.Errorf("Unknown statement type: %T", v))
 	}