You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by kn...@apache.org on 2019/03/09 09:12:10 UTC

[cordova-plugin-file] branch travis_tests updated: add debug log code

This is an automated email from the ASF dual-hosted git repository.

knaito pushed a commit to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git


The following commit(s) were added to refs/heads/travis_tests by this push:
     new 69857f8  add debug log code
69857f8 is described below

commit 69857f8e9edc6ca20d800055974f311687a1f40f
Author: knaito <kn...@asial.co.jp>
AuthorDate: Sat Mar 9 18:11:43 2019 +0900

    add debug log code
---
 src/browser/FileProxy.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/browser/FileProxy.js b/src/browser/FileProxy.js
index 926cab7..c8af393 100644
--- a/src/browser/FileProxy.js
+++ b/src/browser/FileProxy.js
@@ -847,6 +847,7 @@
                 window.customLog('log', 'onsuccess is fired');
                 self.db = e.target.result;
                 self.db.onerror = onError;
+                window.customLog('log', successCallback.toString());
                 successCallback(e);
             };
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org