line numbers start at 1

This commit is contained in:
Mihai Bazon
2012-10-02 16:39:53 +03:00
parent 2a5456260e
commit 075f93ec0d
3 changed files with 4 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ function OutputStream(options) {
var indentation = 0;
var current_col = 0;
var current_line = 0;
var current_line = 1;
var current_pos = 0;
var OUTPUT = "";