This commit is contained in:
Vyacheslav Matyukhin 2022-10-05 05:21:39 +04:00
parent 234ebe2103
commit 9f1c5affc4
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -54,7 +54,7 @@ export class SqProject {
return resultMap2(
RSProject.getIncludes(this._value, sourceId),
(a) => a,
(v: RSError.Message_t) => new SqError(RSError.fromMessage(v))
(v: RSError.t) => new SqError(v)
);
}