npe in scm world

fixes #37221
This commit is contained in:
Joao Moreno
2017-11-01 12:00:30 +01:00
parent 93338c61f1
commit cadcedc995
3 changed files with 7 additions and 8 deletions

View File

@@ -377,9 +377,9 @@ export type SCMRawResource = [
boolean /*strike through*/,
boolean /*faded*/,
string /*source*/,
string /*letter*/,
ThemeColor /*color*/
string | undefined /*source*/,
string | undefined /*letter*/,
ThemeColor | null /*color*/
];
export type SCMRawResourceSplice = [