We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cc3a1 commit 25707beCopy full SHA for 25707be
1 file changed
src/Compile-SourceScript/Public/Compile-SourceScript.ps1
@@ -107,7 +107,7 @@ function Compile-SourceScript {
107
$PLUGINS_DIR = Join-Path (Split-Path $SCRIPTING_DIR -Parent) $MOD[$MOD_NAME]['plugins_dir_name']
108
109
# Verify the presence of the compiler item
110
- $compiler = Get-Item -Path $COMPILED_DIR -ErrorAction SilentlyContinue
+ $compiler = Get-Item -Path $COMPILER_PATH -ErrorAction SilentlyContinue
111
if (!$compiler) {
112
throw "Cannot find the plugin compiler at the path '$COMPILER_PATH'."
113
}
0 commit comments