Skip to content

Commit

Permalink
Tab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Sep 9, 2010
1 parent b39a44b commit 300eaa5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/run-reallyasync-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ for (i = 0; i < cfg.insert_rows_count; i += 1)
conn.query("INSERT INTO " + cfg.test_table +
" (random_number, random_boolean) VALUES ('" + random_number +
"', '" + random_boolean + "');", function (result) {
sys.puts("\u001B[1ACallback #" + (j + 1));
if (result !== null) {
result.freeSync();
}
});
sys.puts("\u001B[1ACallback #" + (j + 1));
if (result !== null) {
result.freeSync();
}
});
})();
}

Expand Down

0 comments on commit 300eaa5

Please sign in to comment.