mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 07:29:16 -05:00
Update assert msg
This commit is contained in:
@@ -2769,7 +2769,7 @@ namespace FourSlashInterface {
|
||||
}
|
||||
|
||||
public assertRangesEmpty(ranges: FourSlash.Range[]) {
|
||||
assert(ranges.length !== 0, "Ranges array is expected to be non-empty");
|
||||
assert(ranges.length !== 0, "Array of ranges is expected to be non-empty");
|
||||
}
|
||||
|
||||
public completionListIsEmpty() {
|
||||
@@ -3291,4 +3291,4 @@ namespace FourSlashInterface {
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user