From 5ef669ae91869456b2b27e954a0d631b1e97c862 Mon Sep 17 00:00:00 2001 From: Musa Haidari Date: Thu, 23 Feb 2017 14:00:02 +0430 Subject: [PATCH] Update sqlite.ts (#1106) Added a bracket to remove the syntax error --- src/plugins/sqlite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/sqlite.ts b/src/plugins/sqlite.ts index 806f47abc..ac8a55d30 100644 --- a/src/plugins/sqlite.ts +++ b/src/plugins/sqlite.ts @@ -24,7 +24,7 @@ declare var sqlitePlugin; * db.executeSql('create table danceMoves(name VARCHAR(32))', {}).then(() => {}).catch(() => {}); * * }) - * .catch(error => console.error('Error opening database', error); + * .catch(error => console.error('Error opening database', error)); * * * // OPTION B: Create a new instance of SQLite