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
@@ -552,7 +558,12 @@ async function compileContents(
552
558
entry.project.incrementalFolderPath,
553
559
"error.log"
554
560
);
555
-
fs.writeFileSync(logfile,stderr);
561
+
fs.writeFileSync(
562
+
logfile,
563
+
`== BSC ARGS ==\n${callArgs?.join(
564
+
" "
565
+
)}\n\n== OUTPUT ==\n${stderr}`
566
+
);
556
567
letparams: p.ShowMessageParams={
557
568
type: p.MessageType.Warning,
558
569
message: `[Incremental typechecking] Something might have gone wrong with incremental type checking. Check out the [error log](file://${logfile}) and report this issue please.`,
0 commit comments