Skip to content

Commit 344e475

Browse files
committed
Deploying to gh-pages from @ 4721b31 🚀
1 parent 10594da commit 344e475

38 files changed

+11624
-9339
lines changed

‎dist/sql-asm-debug.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,8 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
10991099
function (row){console.log(row.name + " is a grown-up.")}
11001100
);
11011101
*/
1102-
Database.prototype["each"] = function each(
1103-
sql, params, callback, done, config
1104-
) {
1102+
// eslint-disable-next-line max-len
1103+
Database.prototype["each"] = function each(sql, params, callback, done, config) {
11051104
var stmt;
11061105
if (typeof params === "function") {
11071106
done = callback;
@@ -1279,10 +1278,12 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
12791278
sqlite3_result_blob(cx, blobptr, result.length, -1);
12801279
_free(blobptr);
12811280
} else {
1282-
sqlite3_result_error(cx, (
1283-
"Wrong API use : tried to return a value "
1281+
sqlite3_result_error(
1282+
cx, (
1283+
"Wrong API use : tried to return a value "
12841284
+ "of an unknown type (" + result + ")."
1285-
), -1);
1285+
), -1
1286+
);
12861287
}
12871288
break;
12881289
default:

‎dist/sql-wasm-debug.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,8 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
10991099
function (row){console.log(row.name + " is a grown-up.")}
11001100
);
11011101
*/
1102-
Database.prototype["each"] = function each(
1103-
sql, params, callback, done, config
1104-
) {
1102+
// eslint-disable-next-line max-len
1103+
Database.prototype["each"] = function each(sql, params, callback, done, config) {
11051104
var stmt;
11061105
if (typeof params === "function") {
11071106
done = callback;
@@ -1279,10 +1278,12 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
12791278
sqlite3_result_blob(cx, blobptr, result.length, -1);
12801279
_free(blobptr);
12811280
} else {
1282-
sqlite3_result_error(cx, (
1283-
"Wrong API use : tried to return a value "
1281+
sqlite3_result_error(
1282+
cx, (
1283+
"Wrong API use : tried to return a value "
12841284
+ "of an unknown type (" + result + ")."
1285-
), -1);
1285+
), -1
1286+
);
12861287
}
12871288
break;
12881289
default:

‎dist/worker.sql-asm-debug.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,8 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
10991099
function (row){console.log(row.name + " is a grown-up.")}
11001100
);
11011101
*/
1102-
Database.prototype["each"] = function each(
1103-
sql, params, callback, done, config
1104-
) {
1102+
// eslint-disable-next-line max-len
1103+
Database.prototype["each"] = function each(sql, params, callback, done, config) {
11051104
var stmt;
11061105
if (typeof params === "function") {
11071106
done = callback;
@@ -1279,10 +1278,12 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
12791278
sqlite3_result_blob(cx, blobptr, result.length, -1);
12801279
_free(blobptr);
12811280
} else {
1282-
sqlite3_result_error(cx, (
1283-
"Wrong API use : tried to return a value "
1281+
sqlite3_result_error(
1282+
cx, (
1283+
"Wrong API use : tried to return a value "
12841284
+ "of an unknown type (" + result + ")."
1285-
), -1);
1285+
), -1
1286+
);
12861287
}
12871288
break;
12881289
default:

‎dist/worker.sql-wasm-debug.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,8 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
10991099
function (row){console.log(row.name + " is a grown-up.")}
11001100
);
11011101
*/
1102-
Database.prototype["each"] = function each(
1103-
sql, params, callback, done, config
1104-
) {
1102+
// eslint-disable-next-line max-len
1103+
Database.prototype["each"] = function each(sql, params, callback, done, config) {
11051104
var stmt;
11061105
if (typeof params === "function") {
11071106
done = callback;
@@ -1279,10 +1278,12 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
12791278
sqlite3_result_blob(cx, blobptr, result.length, -1);
12801279
_free(blobptr);
12811280
} else {
1282-
sqlite3_result_error(cx, (
1283-
"Wrong API use : tried to return a value "
1281+
sqlite3_result_error(
1282+
cx, (
1283+
"Wrong API use : tried to return a value "
12841284
+ "of an unknown type (" + result + ")."
1285-
), -1);
1285+
), -1
1286+
);
12861287
}
12871288
break;
12881289
default:

0 commit comments

Comments
 (0)