Skip to content

Commit 46cc8f6

Browse files
committed
4.0.2
1 parent 66b8cae commit 46cc8f6

85 files changed

Lines changed: 262 additions & 18092 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/localWebServer.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ export default class localServer {
344344
return Async.series ([
345345
next => Imap.imapAccountTest ( imapData, err => {
346346
if ( err ) {
347-
348347
return next ( err )
349348
}
350349
console.log (`imapAccountTest success!`, typeof next )
@@ -355,7 +354,7 @@ export default class localServer {
355354
], ( err: Error ) => {
356355

357356
if ( err ) {
358-
console.log (`doingCheckImap Async.series Error!`, err )
357+
console.log ( `doingCheckImap Async.series Error!`, err )
359358
return socket.emit ( 'imapTest', err.message || err )
360359
}
361360

core/public/css/.c3 2.css.icloud

-156 Bytes
Binary file not shown.

core/public/css/.page 2.css.icloud

-158 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-27.5 KB
Binary file not shown.

core/public/images/128x128 2.png

-9.83 KB
Binary file not shown.

core/public/images/128x128.png

-9.83 KB
Binary file not shown.

core/public/images/16x16.png

-1003 Bytes
Binary file not shown.

core/public/images/24x24.png

-1.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)