You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constflattenedDiagnostics=diagnostics.map(d=>`${ts.flattenDiagnosticMessageText(d.messageText,"\n")} at ${d.file.fileName} line ${d.start}`).join("\n");
171
175
thrownewError(`Unexpected errors during sanity check: ${flattenedDiagnostics}`);
172
176
}
173
-
returnprotocolDts;
174
177
}
175
178
176
179
if(process.argv.length<5){
@@ -181,5 +184,4 @@ if (process.argv.length < 5) {
0 commit comments