diff options
Diffstat (limited to 'pkg/lang/vm/text')
| -rw-r--r-- | pkg/lang/vm/text/compiler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/lang/vm/text/compiler.go b/pkg/lang/vm/text/compiler.go index 21d8dae..d8b53fd 100644 --- a/pkg/lang/vm/text/compiler.go +++ b/pkg/lang/vm/text/compiler.go @@ -56,7 +56,7 @@ func (cpl *Compiler) Compile() (code.Code, error) { return code.Code{}, err } - return builder.Build(), nil + return builder.Build() } func (cpl *Compiler) compileLine() (code.Raw, error) { |
