Skip to content

Commit 56e4aa8

Browse files
committed
fix (Backendless.Logging) bad flush error handling
1 parent 11b24a0 commit 56e4aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/backendless.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4271,7 +4271,7 @@
42714271
Backendless._ajax({
42724272
method : 'PUT',
42734273
isAsync : !!async,
4274-
asyncHandler: async && new Async(cb('success'), cb('failure')),
4274+
asyncHandler: async && new Async(cb('success'), cb('fault')),
42754275
url : Backendless.serverURL + '/' + Backendless.appVersion + '/log',
42764276
data : JSON.stringify(this.logInfo)
42774277
});

0 commit comments

Comments
 (0)