This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes calling restore() without override()
main
Eric Amodio
7 years ago
parent
50cf8861cd
commit
589ec6cef3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/whitespaceController.ts
+ 1
- 1
src/whitespaceController.ts
View File
@ -93,7 +93,7 @@ export default class WhitespaceController extends Disposable {
}
restore() {
if
(
this
.
_disposed
)
return
;
if
(
this
.
_disposed
||
this
.
_count
===
0
)
return
;
Logger
.
log
(
`
Request whitespace restore; count=
${
this
.
_count
}
`
)
;
this
.
_count
--
;
Write
Preview
Loading…
Cancel
Save