Skip to content

Commit 2e696b7

Browse files
author
Kapil Borle
committed
Fix PSV3 build
1 parent aee72ba commit 2e696b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Engine/ScriptAnalyzer.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,7 @@ private void BuildScriptPathList(
12901290
}
12911291
}
12921292

1293+
#if !PSV3
12931294
private bool TrySaveModules(ParseError[] errors, ScriptBlockAst scriptAst)
12941295
{
12951296
bool modulesSaved = false;
@@ -1323,6 +1324,7 @@ private bool TrySaveModules(ParseError[] errors, ScriptBlockAst scriptAst)
13231324
}
13241325
return modulesSaved;
13251326
}
1327+
#endif // !PSV3
13261328

13271329
private IEnumerable<DiagnosticRecord> AnalyzeFile(string filePath)
13281330
{

0 commit comments

Comments
 (0)