Skip to content

Commit 67c7919

Browse files
author
Kapil Borle
committed
Add temp module location to verbose message
1 parent 4466548 commit 67c7919

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Engine/Commands/InvokeScriptAnalyzerCommand.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ protected override void ProcessRecord()
250250
using (var moduleHandler = new ModuleDependencyHandler(rsp))
251251
{
252252
ScriptAnalyzer.Instance.ModuleHandler = moduleHandler;
253+
this.WriteVerbose(
254+
String.Format(
255+
"Temporary module location: {0}",
256+
moduleHandler.TempModulePath));
253257
ProcessInput();
254258
}
255259
}

0 commit comments

Comments
 (0)