-
-
Notifications
You must be signed in to change notification settings - Fork 492
Commit 4af488b
fix: relaxed
The previous logic has incorrectly bailed the save when there is no
Internet connection. The corrected logic disallows saving files if there
is no connection between the frontend and the backend.
Ref: cff2c95
Closes #2079
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>saveAll
if no Internet connection1 parent db0049d commit 4af488b
File tree
1 file changed
+5
-9
lines changed- arduino-ide-extension/src/browser/theia/core
1 file changed
+5
-9
lines changedLines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | 11 |
| |
16 | 12 |
| |
17 | 13 |
| |
14 | + | ||
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
22 | 19 |
| |
23 | 20 |
| |
24 | 21 |
| |
25 | - | ||
26 | - | ||
22 | + | ||
23 | + | ||
27 | 24 |
| |
28 | 25 |
| |
29 | 26 |
| |
| |||
64 | 61 |
| |
65 | 62 |
| |
66 | 63 |
| |
67 | - | ||
68 | - | ||
69 | - | ||
64 | + | ||
65 | + | ||
70 | 66 |
| |
71 | 67 |
| |
72 | 68 |
| |
|
0 commit comments